Debug line fixed
authorRoland Häder <roland@mxchange.org>
Sat, 1 Aug 2009 08:32:18 +0000 (08:32 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Aug 2009 08:32:18 +0000 (08:32 +0000)
inc/classes/main/user/class_BaseUser.php

index 7943b7c27fb93749734c2975405f6b421a66614c..60ed235556800cbdd19c8442487a15254b6fd379 100644 (file)
@@ -251,7 +251,7 @@ class BaseUser extends BaseFrameworkSystem implements Updateable {
                // Search for it
                if ($this->getResultInstance()->find('pass_hash')) {
                        // So does the hashes match?
-                       //* DEBUG: */ echo $requestInstance->getRequestElement('pass_hash').'/'.$entry['pass_hash'];
+                       //* DEBUG: */ echo $requestInstance->getRequestElement('pass_hash') . '/' . $this->getResultInstance()->getFoundValue() . '<br />';
                        $matches = ($requestInstance->getRequestElement('pass_hash') === $this->getResultInstance()->getFoundValue());
                } // END - if