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

Change subject: BSStatistics: Fixed PNG export
......................................................................

BSStatistics: Fixed PNG export

The command line argument was missing a filename argument,
therefore the command failed (with Inkscape as renderer)

Change-Id: I251238551023fcfca02c8cb76251abf8b585edb5
---
M Statistics/includes/specials/SpecialExtendedStatistics.class.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/41/356141/1

diff --git a/Statistics/includes/specials/SpecialExtendedStatistics.class.php 
b/Statistics/includes/specials/SpecialExtendedStatistics.class.php
index 4d13135..9481b4d 100644
--- a/Statistics/includes/specials/SpecialExtendedStatistics.class.php
+++ b/Statistics/includes/specials/SpecialExtendedStatistics.class.php
@@ -87,7 +87,7 @@
                                intval( $wgRequest->getVal('width', 600) ),
                                intval( $wgRequest->getVal('height', 400) ),
                                wfEscapeShellArg( 
$sCacheDir.'/'.$sFileName.$sFileExt ),
-                               wfEscapeShellArg( $sCacheDir )
+                               wfEscapeShellArg( 
$sCacheDir.'/'.$sFileName.'.png' )
                        ),
                        $wgSVGConverters[$wgSVGConverter]
                )." 2>&1";
@@ -121,4 +121,4 @@
        protected function getGroupName() {
                return 'bluespice';
        }
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I251238551023fcfca02c8cb76251abf8b585edb5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_27
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>

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

Reply via email to