Commit bbc35e3f authored by zYne's avatar zYne

E_STRICT fix

parent ffdf6637
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment