openrat-cms

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

commit 7e5c455a63286e186f3b51e5f2c6b471ef9a7f03
parent b654815001a6ef7ecd6f91d30859db9d638d4404
Author: dankert <devnull@localhost>
Date:   Wed, 13 Jan 2010 08:32:40 +0100

Nach Authentifizierung den Benutzer laden (Fix: Damit Administratorenerkannt werden können).

Diffstat:
MactionClasses/WebdavAction.class.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/actionClasses/WebdavAction.class.php b/actionClasses/WebdavAction.class.php @@ -127,6 +127,7 @@ class WebdavAction extends Action if ( $ok ) { + $user->load(); $user->setCurrent(); $this->redirectWithSessionId(); }