X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSiteConfiguration.php;h=2d1d961decc4b359099356dd75d7d764bc32cc09;hb=390f6411e09b404b910d7e6cf73ac621a26e0214;hp=7a01a6575bbb3e91ab56fb5917e406da2e2c79f8;hpb=3e88f9fa2a5a00bc1330560accf8e9d09c8be42a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SiteConfiguration.php b/includes/SiteConfiguration.php index 7a01a6575b..2d1d961dec 100644 --- a/includes/SiteConfiguration.php +++ b/includes/SiteConfiguration.php @@ -556,7 +556,7 @@ class SiteConfiguration { ] ); // ulimit5.sh breaks this call - $data = trim( wfShellExec( $cmd, $retVal, [], [ 'memory' => 0 ] ) ); + $data = trim( wfShellExec( $cmd, $retVal, [], [ 'memory' => 0, 'filesize' => 0 ] ) ); if ( $retVal != 0 || !strlen( $data ) ) { throw new MWException( "Failed to run getConfiguration.php." ); }