From e729b48c09d8fc98fa9edbfc20b79744e1d0d55b Mon Sep 17 00:00:00 2001
From: Christian Schneider
Date: Tue, 8 Nov 2011 16:20:28 +0000
Subject: Also log URL for it::date() with floats

---
 it.class | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/it.class b/it.class
index 744a4cb..a2297b4 100644
--- a/it.class
+++ b/it.class
@@ -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());
+		@it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['PHP_SELF']);
 
 	if (!isset($stamp))
 		$stamp = time();
-- 
cgit v1.2.3