Index: branches/maintenance-work/maintenance/Maintenance.php |
— | — | @@ -96,8 +96,8 @@ |
97 | 97 | } |
98 | 98 | |
99 | 99 | /** |
100 | | - * Does the script need DB access? Override this and return true, |
101 | | - * if needed |
| 100 | + * Does the script need DB access? Specifically, we mean admin access to |
| 101 | + * the DB. Override this and return true, if needed |
102 | 102 | * @return boolean |
103 | 103 | */ |
104 | 104 | protected function needsDB() { |