jenkins-bot has submitted this change and it was merged.

Change subject: Rename wfIsHipHop() to wfIsHHVM()
......................................................................


Rename wfIsHipHop() to wfIsHHVM()

From I81e4ce5 in core.

Change-Id: I3a490efae9d63b96debddbdafee81f9cf5f9ccef
---
M includes/Helpers/WikiChecks.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Helpers/WikiChecks.php b/includes/Helpers/WikiChecks.php
index 2e5921c..27127f7 100644
--- a/includes/Helpers/WikiChecks.php
+++ b/includes/Helpers/WikiChecks.php
@@ -325,7 +325,7 @@
        public static function uploadsEnabled() {
                global $wgEnableUploads;
 
-               if ( !$wgEnableUploads || ( !wfIsHipHop() && !wfIniGetBool( 
'file_uploads' ) ) ) {
+               if ( !$wgEnableUploads || ( !wfIsHHVM() && !wfIniGetBool( 
'file_uploads' ) ) ) {
                        return Status::newFatal( 
'gwtoolset-verify-uploads-enabled', Config::$name );
                }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3a490efae9d63b96debddbdafee81f9cf5f9ccef
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GWToolset
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to