From: rillke Date: Mon, 23 Jun 2014 13:02:37 +0000 (+0200) Subject: Typo in documentation: wgMaxShell not wgShellMax X-Git-Tag: 1.31.0-rc.0~15291^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=548b7de4dd65e1c45a3fb0440a3fe1d24c846512;p=lhc%2Fweb%2Fwiklou.git Typo in documentation: wgMaxShell not wgShellMax Change-Id: I02f2437c33e87ea389e4bbb753af0c6cc18b4410 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 49d07b6185..ce5f8a3dea 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3068,7 +3068,7 @@ function wfShellExec( $cmd, &$retval = null, $environ = array(), * @param array $environ optional environment variables which should be * added to the executed command environment. * @param array $limits Optional array with limits(filesize, memory, time, walltime) - * this overwrites the global wgShellMax* limits. + * this overwrites the global wgMaxShell* limits. * @return string Collected stdout and stderr as a string */ function wfShellExecWithStderr( $cmd, &$retval = null, $environ = array(), $limits = array() ) {