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

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(-)

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



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: merged
Gerrit-Change-Id: I9d2b33d08cbca38895dc4737979e34d0b9efa2c7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_23
Gerrit-Owner: Bhofmann <[email protected]>
Gerrit-Reviewer: Dvogel hallowelt <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to