Merge pull request #75 from joshiausdemwald/DatabaseDriver_Corrections
Suppressed an "undefined variable" notice by adding initialization code
This commit is contained in:
commit
2caf0fff60
@ -110,6 +110,8 @@ class DatabaseDriver implements Driver
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$tables = array();
|
||||||
|
|
||||||
foreach ($this->_sm->listTableNames() as $tableName) {
|
foreach ($this->_sm->listTableNames() as $tableName) {
|
||||||
$tables[$tableName] = $this->_sm->listTableDetails($tableName);
|
$tables[$tableName] = $this->_sm->listTableDetails($tableName);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user