summaryrefslogtreecommitdiff
path: root/includes/SqlDataUpdate.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SqlDataUpdate.php')
-rw-r--r--includes/SqlDataUpdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SqlDataUpdate.php b/includes/SqlDataUpdate.php
index 79dcdc59..51188d85 100644
--- a/includes/SqlDataUpdate.php
+++ b/includes/SqlDataUpdate.php
@@ -56,7 +56,7 @@ abstract class SqlDataUpdate extends DataUpdate {
$this->mOptions = array( 'FOR UPDATE' );
}
- // @todo: get connection only when it's needed? make sure that doesn't break anything, especially transactions!
+ // @todo get connection only when it's needed? make sure that doesn't break anything, especially transactions!
$this->mDb = wfGetDB( DB_MASTER );
$this->mWithTransaction = $withTransaction;