summaryrefslogtreecommitdiff
path: root/inc/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/init.php')
-rw-r--r--inc/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php
index d84c5a232..0c474e33d 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -525,7 +525,7 @@ EOT;
* @link http://de3.php.net/manual/en/function.realpath.php#75992
*/
function fullpath($path,$exists=false){
- static $run = 0;
+ static $run = 0;
$root = '';
$iswin = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' || @$GLOBALS['DOKU_UNITTEST_ASSUME_WINDOWS']);