From 7c71823ed77e872d6527fe899ca3e000f5df7ad4 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 13 Sep 2010 13:39:26 +0000 Subject: [PATCH] fixed plugin handling in case of GET_[reset] git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19642 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/password/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/personal/password/main.inc b/gosa-core/plugins/personal/password/main.inc index a6f56cfe8..ec5c80a0e 100644 --- a/gosa-core/plugins/personal/password/main.inc +++ b/gosa-core/plugins/personal/password/main.inc @@ -26,7 +26,7 @@ $lock_msg=""; if ($remove_lock){ if(session::is_set('password')){ - //Nothing to do here + session::un_set('password'); } } -- 2.30.2