mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Don't use default in test.
It likely doesn't exist.
This commit is contained in:
parent
ef45d24134
commit
f4ea6ca644
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
<?php
|
||||
if (!empty($filePresent)):
|
||||
App::uses('ConnectionManager', 'Model');
|
||||
$connected = ConnectionManager::getDataSource('default');
|
||||
$connected = ConnectionManager::getDataSource('test');
|
||||
?>
|
||||
<p>
|
||||
<span class="notice">
|
||||
|
|
Loading…
Reference in a new issue