id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	qualification
3854	[patch] lime can throw notice during a test failure	Carl.Vondrick	fabien	lime will throw a notice if {{{ $_SERVER['PHP_SELF'] }}} is not set.\r\n\r\nThis patch fixes:\r\n{{{\r\n#!diff\r\nIndex: lime.php\r\n===================================================================\r\n--- lime.php    (revision 10000)\r\n+++ lime.php    (working copy)\r\n@@ -74,7 +74,7 @@\r\n     if (!$result)\r\n     {\r\n       $traces = debug_backtrace();\r\n-      if ($_SERVER['PHP_SELF'])\r\n+      if (!empty($_SERVER['PHP_SELF']))\r\n       {\r\n         $i = strstr($traces[0]['file'], $_SERVER['PHP_SELF']) ? 0 : (isset($traces[1]['file']) ? 1 : 0);\r\n       }\r\n}}}\r\n\r\nI do not have permission to commit.  	defect	closed	minor		lime		fixed			Ready for core team
