[ticket/469] Enable portal on all pages in subsilver2 & add tests

B3P-469
This commit is contained in:
Marc Alexander
2015-02-14 22:21:10 +01:00
parent 9899d4fd3c
commit 8e85752c65
6 changed files with 102 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ class modules_helper
public function store_left_right($key)
{
// Get selected side
$value = $this->request->variable($key, false);
$value = $this->request->variable($key, 0);
$this->config->set($key, $value);
}