]> git.mjollnir.org Git - s9y.git/commitdiff
Fix an error which rendered spartacus useless.
authorgarvinhicking <garvinhicking>
Mon, 12 Sep 2005 15:36:58 +0000 (15:36 +0000)
committergarvinhicking <garvinhicking>
Mon, 12 Sep 2005 15:36:58 +0000 (15:36 +0000)
plugins/serendipity_event_spartacus/serendipity_event_spartacus.php

index bd0420d83c6ffcfe402a4f7609b6598cad84548e..983553c4b9b32aea6535e75d36a4c6656aaeee9d 100644 (file)
@@ -176,7 +176,6 @@ class serendipity_event_spartacus extends serendipity_event
                 case 'close':
                     return $children;
             }
-            unset($vals[$i]);
         }
     }
 
@@ -620,7 +619,7 @@ class serendipity_event_spartacus extends serendipity_event
                 if (!$found || $childtree['tag'] != 'release') {
                     continue;
                 }
-
+                
                 foreach($childtree['children'] AS $child2 => $childtree2) {
                     if ($childtree2['tag'] != 'serendipityFilelist') {
                         continue;