disinclined.org
/
git
/
dylansserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7486ea5
)
Fixed missing break; causing overflow
author
Dylan Lloyd
<dylan@dylansserver.com>
Fri, 24 Feb 2012 23:14:12 +0000
(18:14 -0500)
committer
Dylan Lloyd
<dylan@dylansserver.com>
Fri, 24 Feb 2012 23:14:12 +0000
(18:14 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/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();