E_STRICT fix
This commit is contained in:
parent
da3071008d
commit
20d91125a3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class Doctrine_Export extends Doctrine_Connection_Module {
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function createTable($name, array $fields, $options = array()) {
|
public function createTable($name, array $fields, array $options = array()) {
|
||||||
if ( ! $name)
|
if ( ! $name)
|
||||||
throw new Doctrine_Export_Exception('no valid table name specified');
|
throw new Doctrine_Export_Exception('no valid table name specified');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue