openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7b65aa6d2139886dbffa277f739d361c8c5c7900
parent bfe74fa9a8dc286cc0cf905d7801bad83c44768e
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 25 Oct 2012 22:40:46 +0200

Damit Views asynchron geladen werden können, muss die Session geschlossen werden.

Diffstat:
action/Action.class.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/action/Action.class.php b/action/Action.class.php @@ -353,6 +353,8 @@ class Action */ public function forward() { + Session::close(); + $db = db_connection(); // if ( isset($this->actionConfig[$this->subActionName]['direct']) )