Chad has uploaded a new change for review.
https://gerrit.wikimedia.org/r/92589
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GWToolset
refs/changes/89/92589/1
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: newchange
Gerrit-Change-Id: I3a490efae9d63b96debddbdafee81f9cf5f9ccef
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GWToolset
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits