openrat-cms

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

commit ffe6653873d06a70e8015f0947c6481bf6492a52
parent f25aa4da4d3ffbc7e50e978bd3abbffa84f84927
Author: dankert <devnull@localhost>
Date:   Mon, 27 Dec 2010 23:14:21 +0100

Nach Login die Views aktualisieren.

Diffstat:
actionClasses/IndexAction.class.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -738,7 +738,9 @@ class IndexAction extends Action } } - $this->refresh(); // Benutzer ist angemeldet: Andere Views könnte das interessieren. + //$this->refresh(); // Benutzer ist angemeldet: Andere Views könnte das interessieren. + $this->updateView('content','start','projectmenu'); + }