From f4925fce58f1827515ced2c32bb12f2aa977a1f2 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 28 Nov 2006 23:34:00 +0000 Subject: Make simpletest E_STRICT compatible --- tests/test_tools/simpletest/reporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_tools/simpletest/reporter.php') diff --git a/tests/test_tools/simpletest/reporter.php b/tests/test_tools/simpletest/reporter.php index 3e7b2766..1e30d2bf 100644 --- a/tests/test_tools/simpletest/reporter.php +++ b/tests/test_tools/simpletest/reporter.php @@ -58,7 +58,7 @@ * @access public * @static */ - function sendNoCacheHeaders() { + static function sendNoCacheHeaders() { if (! headers_sent()) { header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); -- cgit v1.2.3