Commit d548a439 authored by nicobn's avatar nicobn

The method is not static anymore, replaced self by $this.

parent 4d5745c7
...@@ -52,7 +52,7 @@ class Doctrine_Import_Xml ...@@ -52,7 +52,7 @@ class Doctrine_Import_Xml
$builder = new Doctrine_Import_Builder(); $builder = new Doctrine_Import_Builder();
$builder->setTargetPath($directory); $builder->setTargetPath($directory);
$arr = self::importArr($schema); $arr = $this->importArr($schema);
foreach ($arr as $name => $columns) { foreach ($arr as $name => $columns) {
$Builder->buildRecord($name, $columns); $Builder->buildRecord($name, $columns);
......
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