Added architecture parsing and displaying, save chosen channel per-session

This commit is contained in:
Latif Khalifa
2013-11-15 00:13:41 +01:00
parent 7ac4f291bf
commit cf487bb719
6 changed files with 20 additions and 4 deletions

View File

@@ -186,7 +186,6 @@ class Session
$this->user = $user;
$this->user_id = $user->user_id;
$this->authenticated = true;
$this->persist->active_order = null;
$this->update();
return true;
}