r90805 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90804‎ | r90805 | r90806 >
Date:00:28, 26 June 2011
Author:nad
Status:deferred
Tags:
Comment:
comment typos and more better comments to match docs
Modified paths:
  • /trunk/extensions/SimpleSecurity/SimpleSecurity_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SimpleSecurity/SimpleSecurity_body.php
@@ -379,7 +379,7 @@
380380 }
381381
382382 /**
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
384384 */
385385 static function applyDatabaseHook() {
386386 global $wgDBtype, $wgLBFactoryConf;
@@ -411,7 +411,7 @@
412412 }
413413
414414 /**
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
416416 */
417417 class LBFactory_SimpleSecurity extends LBFactory_Simple {
418418

Status & tagging log