From: Cash Costello Date: Sat, 23 Jun 2012 14:38:07 +0000 (-0400) Subject: added missing break in the wire's page handler X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1909a0de9540fbb20971639147726bde9690caa4;p=lorea%2Felgg.git added missing break in the wire's page handler --- 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])) {