From: hickert Date: Mon, 13 Sep 2010 13:39:26 +0000 (+0000) Subject: fixed plugin handling in case of GET_[reset] X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7c71823ed77e872d6527fe899ca3e000f5df7ad4;p=gosa.git fixed plugin handling in case of GET_[reset] git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19642 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'); } }