From: hickert Date: Mon, 2 Aug 2010 10:54:49 +0000 (+0000) Subject: Ensure we either call the plugins constructor or manually set the initTime variable... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ca364ca7ab782034f5a1bfcfd3ac287acfbaf2d2;p=gosa.git Ensure we either call the plugins constructor or manually set the initTime variable for the new statistics plugin. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19338 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index f56a3689c..bfe31d074 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -3037,6 +3037,8 @@ function change_password ($dn, $password, $mode=0, $hash= "") if($test instanceOf passwordMethod){ + stats::log('global', 'global', array('users'), $action = 'change_password', $amount = 1, 0, $test->get_hash()); + $deactivated = $test->is_locked($config,$dn); /* Feed password backends with information */