aboutsummaryrefslogtreecommitdiffstats
path: root/includes/dao/IDBAccessObject.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dao/IDBAccessObject.php')
-rw-r--r--includes/dao/IDBAccessObject.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dao/IDBAccessObject.php b/includes/dao/IDBAccessObject.php
index f847b98e9f0a..4eb6ff3ed297 100644
--- a/includes/dao/IDBAccessObject.php
+++ b/includes/dao/IDBAccessObject.php
@@ -46,7 +46,7 @@
*/
interface IDBAccessObject {
// Constants for object loading bitfield flags (higher => higher QoS)
- const READ_LATEST = 1; // read from the master
+ const READ_LATEST = 1; // read from the master
const READ_LOCKING = 3; // READ_LATEST and "FOR UPDATE"
// Convenience constant for callers to explicitly request slave data