diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -719,7 +719,7 @@ static function gets() static function date($format = "", $stamp = null) { if (is_float($stamp)) # Temporary logging of float timestamps - @it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['PHP_SELF']); + @it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['REQUEST_URI']); if (!isset($stamp)) $stamp = time(); |