From: Niklas Laxström Date: Sun, 24 Nov 2013 10:03:38 +0000 (+0000) Subject: Fix variable name in comments X-Git-Tag: 1.31.0-rc.0~17922 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=24c89161b45fe9be3643b2f8f4cb97cd2a826d5d;p=lhc%2Fweb%2Fwiklou.git Fix variable name in comments Change-Id: I2fbe47f7843c40b2806ba40b031a6047715db5f3 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index ca0ca41335..1f23537f81 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2770,7 +2770,7 @@ function wfShellExecDisabled() { * @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. * @param array $options Array of options: * - duplicateStderr: Set this to true to duplicate stderr to stdout, * including errors from limit.sh