Nikerabbit has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/328470 )

Change subject: Start showing warnings for deprecated PHP entry point
......................................................................

Start showing warnings for deprecated PHP entry point

Change-Id: I5a1456a1a7679266420694bfae905c3ba92aa595
---
M LocalisationUpdate.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LocalisationUpdate 
refs/changes/70/328470/1

diff --git a/LocalisationUpdate.php b/LocalisationUpdate.php
index 03114bf..4589968 100644
--- a/LocalisationUpdate.php
+++ b/LocalisationUpdate.php
@@ -4,11 +4,11 @@
        wfLoadExtension( 'LocalisationUpdate' );
        // Keep i18n globals so mergeMessageFileList.php doesn't break
        $GLOBALS['wgMessagesDirs']['LocalisationUpdate'] = __DIR__ . '/i18n';
-       /* wfWarn(
+       wfWarn(
                'Deprecated PHP entry point used for LocalisationUpdate 
extension. ' .
                'Please use wfLoadExtension instead, ' .
                'see https://www.mediawiki.org/wiki/Extension_registration for 
more details.'
-       ); */
+       );
        return;
 } else {
        die( 'This version of the LocalisationUpdate extension requires 
MediaWiki 1.25+' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a1456a1a7679266420694bfae905c3ba92aa595
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LocalisationUpdate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

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

Reply via email to