Typo in documentation: wgMaxShell not wgShellMax
authorrillke <rainerrillke@hotmail.com>
Mon, 23 Jun 2014 13:02:37 +0000 (15:02 +0200)
committerrillke <rainerrillke@hotmail.com>
Mon, 23 Jun 2014 13:02:37 +0000 (15:02 +0200)
Change-Id: I02f2437c33e87ea389e4bbb753af0c6cc18b4410

includes/GlobalFunctions.php

index 49d07b6..ce5f8a3 100644 (file)
@@ -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() ) {