From 07e403605030f5634f10582cc61ea3d2c02fa270 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Fri, 24 Feb 2012 18:14:12 -0500 Subject: [PATCH 1/1] Fixed missing break; causing overflow --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index a0cae2f..bf2249b 100644 --- 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(); -- 2.30.2