Bhofmann has uploaded a new change for review.
https://gerrit.wikimedia.org/r/271486
Change subject: Correction of missing quotation marks
......................................................................
Correction of missing quotation marks
Added quotation marks to prevent PHP notice messages
Change-Id: I9d2b33d08cbca38895dc4737979e34d0b9efa2c7
---
M UEModulePDF/UEModulePDF.setup.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions
refs/changes/86/271486/1
diff --git a/UEModulePDF/UEModulePDF.setup.php
b/UEModulePDF/UEModulePDF.setup.php
index a4ed3fa..8f994a0 100644
--- a/UEModulePDF/UEModulePDF.setup.php
+++ b/UEModulePDF/UEModulePDF.setup.php
@@ -26,6 +26,6 @@
$wgHooks['LoadExtensionSchemaUpdates'][] = 'UEModulePDF::getSchemaUpdates';
// Remove if minimal system requirements of MW changes to PHP <= 5.5
-if( !defined( CURLOPT_SAFE_UPLOAD ) ) {
+if( !defined( 'CURLOPT_SAFE_UPLOAD' ) ) {
define( 'CURLOPT_SAFE_UPLOAD', -1 );
}
--
To view, visit https://gerrit.wikimedia.org/r/271486
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d2b33d08cbca38895dc4737979e34d0b9efa2c7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_23
Gerrit-Owner: Bhofmann <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits