Index: trunk/extensions/SimpleSecurity/SimpleSecurity_body.php |
— | — | @@ -379,7 +379,7 @@ |
380 | 380 | } |
381 | 381 | |
382 | 382 | /** |
383 | | - * Add hooks into the database classes query() and fetchObject() methods |
| 383 | + * Create the new Database class with hooks in its query() and fetchObject() methods and use our LBFactory_SimpleSecurity class |
384 | 384 | */ |
385 | 385 | static function applyDatabaseHook() { |
386 | 386 | global $wgDBtype, $wgLBFactoryConf; |
— | — | @@ -411,7 +411,7 @@ |
412 | 412 | } |
413 | 413 | |
414 | 414 | /** |
415 | | - * The new LBFactory_SimpleSecurity class identical to LBFactory_Simple except that it returns a LoadBalancer_SimpleSecurity onject |
| 415 | + * The new LBFactory_SimpleSecurity class identical to LBFactory_Simple except that it returns a LoadBalancer_SimpleSecurity object |
416 | 416 | */ |
417 | 417 | class LBFactory_SimpleSecurity extends LBFactory_Simple { |
418 | 418 | |