From: ArthurHoaro Date: Thu, 26 Nov 2015 19:51:53 +0000 (+0100) Subject: Fixes incorrect call to X-Git-Tag: v0.6.1~6 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=657f0e25ba2c6f39775a8386b62d7c662ae709f7 Fixes incorrect call to From 2e28269baed195d58bbe169841eed176b171db76 --- diff --git a/index.php b/index.php index b4d9395f..bb00c11d 100644 --- a/index.php +++ b/index.php @@ -337,7 +337,7 @@ function checkUpdate() function logm($message) { $t = strval(date('Y/m/d_H:i:s')).' - '.$_SERVER["REMOTE_ADDR"].' - '.strval($message)."\n"; - file_put_contents($GLOBAL['config']['LOG_FILE'], $t, FILE_APPEND); + file_put_contents($GLOBALS['config']['LOG_FILE'], $t, FILE_APPEND); } // In a string, converts URLs to clickable links.