Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/316470

Change subject: Remove ExtensionRegistry cache doc that is out of date
......................................................................

Remove ExtensionRegistry cache doc that is out of date

Change-Id: If019599baec4e8c566362744c2f565ca169b66b6
---
M includes/registration/ExtensionRegistry.php
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/70/316470/1

diff --git a/includes/registration/ExtensionRegistry.php 
b/includes/registration/ExtensionRegistry.php
index 35044e1..4a6e696 100644
--- a/includes/registration/ExtensionRegistry.php
+++ b/includes/registration/ExtensionRegistry.php
@@ -84,9 +84,6 @@
        }
 
        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
                try {
                        $this->cache = 
MediaWikiServices::getInstance()->getLocalServerObjectCache();
                } catch ( MWException $e ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/316470
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If019599baec4e8c566362744c2f565ca169b66b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to