diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-23 10:38:07 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-23 10:38:07 -0400 |
commit | 1909a0de9540fbb20971639147726bde9690caa4 (patch) | |
tree | 7ee60aadd0573b53b6dec7997748c6e8d452e95c /mod/thewire | |
parent | 32b9e8488957c109db3fee86a0f941d3685cb52b (diff) | |
download | elgg-1909a0de9540fbb20971639147726bde9690caa4.tar.gz elgg-1909a0de9540fbb20971639147726bde9690caa4.tar.bz2 |
added missing break in the wire's page handler
Diffstat (limited to 'mod/thewire')
-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])) { |