mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing unset variable error
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4435 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
08c412c4ca
commit
8dc3209a59
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue