Commit 6987d11e authored by zYne's avatar zYne

--no commit message

--no commit message
parent 991d56f8
......@@ -1093,7 +1093,13 @@ class Doctrine_Export extends Doctrine_Connection_Module
$sql = array();
foreach ($table->getTemplates() as $name => $template) {
$table = $template->getPlugin()->getOption('pluginTable');
$plugin = $template->getPlugin();
if ($plugin === null) {
continue;
}
$table = $plugin->getOption('pluginTable');
$data = $table->getExportableFormat();
......
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