openrat-cms

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

commit a91183575b108dd4c6809c3b3bebc5a4bba63e82
parent 27ba7d12b2bad59d66987019b356e2f66b774be4
Author: dankert <devnull@localhost>
Date:   Sat, 17 Nov 2007 17:56:08 +0100

Korrektur f?r: Bei Benutzern ist Kennwort?nderung nur sinnvoll, wenn LDAP nicht aktiv ist.

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

diff --git a/actionClasses/MainmenuAction.class.php b/actionClasses/MainmenuAction.class.php @@ -226,7 +226,8 @@ class MainmenuAction extends Action function user() - { + { + global $conf; $this->setTemplateVar('path',array() ); $user = new User( $this->getRequestId() ); $user->load();