diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/thewire/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 8e3b5224a..65f135889 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -110,6 +110,7 @@ function thewire_page_handler($page) { set_input('guid', $page[1]); } include "$base_dir/view.php"; + break; case "thread": if (isset($page[1])) { |