Accept ";", "," and " " as newsgroup separators
[banana.git] / banana / page.inc.php
index fef0196..fe6a808 100644 (file)
@@ -386,6 +386,7 @@ class BananaPage extends Smarty
     public function redirect(array $params = array())
     {
         header('Location: ' . $this->makeUrl($params));
+        exit;
     }
 }