From 8dc3209a5972a38016b18e649dc1a4f5c49697ae Mon Sep 17 00:00:00 2001 From: phpnut Date: Sun, 4 Feb 2007 02:17:36 +0000 Subject: [PATCH] Fixing unset variable error git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4435 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/webroot/test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/webroot/test.php b/app/webroot/test.php index 6f7a2f362..d9d2f8d64 100644 --- a/app/webroot/test.php +++ b/app/webroot/test.php @@ -184,6 +184,7 @@ if(isset($_GET['output']) && $_GET['output'] == 'html') { function CakePHPTestSuiteFooter() { switch ( CAKE_TEST_OUTPUT) { case CAKE_TEST_OUTPUT_HTML: + $baseUrl = BASE_URL; include CAKE . 'tests' . DS . 'lib' . DS . 'footer.php'; break; }