Fix ExtensionRegistry cache doc that is out of date
authoraddshore <addshorewiki@gmail.com>
Mon, 17 Oct 2016 21:06:45 +0000 (22:06 +0100)
committeraddshore <addshorewiki@gmail.com>
Tue, 18 Oct 2016 10:55:05 +0000 (11:55 +0100)
Change-Id: If019599baec4e8c566362744c2f565ca169b66b6

includes/registration/ExtensionRegistry.php

index 35044e1..78ec148 100644 (file)
@@ -84,9 +84,8 @@ class ExtensionRegistry {
        }
 
        public function __construct() {
-               // We use a try/catch instead of the $fallback parameter because
-               // we don't want to fail here if $wgObjectCaches is not configured
-               // properly for APC setup
+               // We use a try/catch because we don't want to fail here
+               // if $wgObjectCaches is not configured properly for APC setup
                try {
                        $this->cache = MediaWikiServices::getInstance()->getLocalServerObjectCache();
                } catch ( MWException $e ) {