Author: sevein
Date: Tue Jan 10 15:45:30 2012
New Revision: 10638
Log:
Print task name when calling logSection
Modified:
trunk/lib/task/resetPasswordTask.class.php
Modified: trunk/lib/task/resetPasswordTask.class.php
==============================================================================
--- trunk/lib/task/resetPasswordTask.class.php Tue Jan 10 15:36:15 2012
(r10637)
+++ trunk/lib/task/resetPasswordTask.class.php Tue Jan 10 15:45:30 2012
(r10638)
@@ -55,7 +55,7 @@
$user->setPassword($password);
$user->save();
- $this->logSection('do', 'New password: ' . $password);
+ $this->logSection('reset-password', 'New password: ' . $password);
}
else
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.