From 548b7de4dd65e1c45a3fb0440a3fe1d24c846512 Mon Sep 17 00:00:00 2001 From: rillke Date: Mon, 23 Jun 2014 15:02:37 +0200 Subject: [PATCH] Typo in documentation: wgMaxShell not wgShellMax Change-Id: I02f2437c33e87ea389e4bbb753af0c6cc18b4410 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) { -- 2.20.1