mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-01 04:13:33 +00:00
fullTableName needs to check for empty schemaName
This commit is contained in:
parent
b1aae5b5ab
commit
1d333fd8b7
2 changed files with 3 additions and 3 deletions
lib/Cake/Model/Datasource
|
@ -413,7 +413,7 @@ class DataSource extends Object {
|
|||
* @access public
|
||||
*/
|
||||
public function getSchemaName() {
|
||||
return false;
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue