E_STRICT fix
This commit is contained in:
parent
ffdf6637e4
commit
bbc35e3ff4
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class Doctrine_Export_Frontbase extends Doctrine_Export
|
||||||
*
|
*
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function alterTable($name, $changes, $check)
|
public function alterTable($name, array $changes, $check)
|
||||||
{
|
{
|
||||||
foreach ($changes as $changeName => $change){
|
foreach ($changes as $changeName => $change){
|
||||||
switch ($changeName) {
|
switch ($changeName) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue