1
0
mirror of synced 2025-03-27 10:23:50 +03:00

E_STRICT fix

This commit is contained in:
zYne 2007-06-12 19:46:33 +00:00
parent ffdf6637e4
commit bbc35e3ff4

View File

@ -161,7 +161,7 @@ class Doctrine_Export_Frontbase extends Doctrine_Export
*
* @return boolean
*/
public function alterTable($name, $changes, $check)
public function alterTable($name, array $changes, $check)
{
foreach ($changes as $changeName => $change){
switch ($changeName) {