Fixed missing break; causing overflow
authorDylan Lloyd <dylan@dylansserver.com>
Fri, 24 Feb 2012 23:14:12 +0000 (18:14 -0500)
committerDylan Lloyd <dylan@dylansserver.com>
Fri, 24 Feb 2012 23:14:12 +0000 (18:14 -0500)
index.php

index a0cae2f..bf2249b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -758,6 +758,7 @@ switch (cms::determine_type()) {
   case "rss":
     $rss = new rss();
        $rss->display();
+    break;
   case 'archive':
     $archive = new archive;
        $archive->display();