]> git.mjollnir.org Git - s9y.git/commitdiff
Fix fetching sidebar plugins
authorgarvinhicking <garvinhicking>
Wed, 13 Jul 2005 15:19:15 +0000 (15:19 +0000)
committergarvinhicking <garvinhicking>
Wed, 13 Jul 2005 15:19:15 +0000 (15:19 +0000)
plugins/serendipity_event_spartacus/serendipity_event_spartacus.php

index 34d640e93cb755f88b16f29db4d8529de6c650e7..bf0eee3f43e0ce8b4f644e92df1d4987ba18f491 100644 (file)
@@ -377,7 +377,7 @@ class serendipity_event_spartacus extends serendipity_event
                 foreach($data AS $p) {
                     $p['stackable']    = serendipity_db_bool($p['stackable']);
                     $p['requirements'] = unserialize($p['requirements']);
-                    $this->checkPlugin($p, $plugins, $p['pluginlocation']);
+                    $this->checkPlugin($p, $plugins, $p['plugintype']);
 
                     if (!isset($pluginlist[$p['plugin_file']])) {
                         $pluginlist[$p['plugin_file']] = $p;