$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking');
- $propbag->add('version', '2.1');
+ $propbag->add('version', '2.2');
$propbag->add('requirements', array(
'serendipity' => '0.9',
'smarty' => '2.6.7',
}
}
+ if (count($files) == 0) {
+ echo "DEBUG: ERROR: XML tree did not contain requested plugin:<br />\n";
+ print_r($tree);
+ }
+
$mirrors = $this->getMirrors('files', true);
$mirror = $mirrors[$this->get_config('mirror_files', 0)];