diff --git a/Math.body.php b/Math.body.php index 33a5611..3039a37 100644 --- a/Math.body.php +++ b/Math.body.php @@ -58,7 +58,7 @@ class MathRenderer { 'name' => 'math-backend', 'lockManager' => 'nullLockManager', 'containerPaths' => array( 'math-render' => $wgMathDirectory ), - 'fileMode' => 777 + 'fileMode' => 0777 ) ); } return $backend;