summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-09-13 00:25:31 +0000
committerChristian Fowler <spider@viovio.com>2006-09-13 00:25:31 +0000
commit2faf81518780e611ac7c9cfd3bee5fd9231a56a4 (patch)
tree1df30aa3bde7b9d73e71407310e3054264b8abce /auth
parent8fd24e454514ded777f2fe5791a6be8f6018d2de (diff)
downloadusers-2faf81518780e611ac7c9cfd3bee5fd9231a56a4.tar.gz
users-2faf81518780e611ac7c9cfd3bee5fd9231a56a4.tar.bz2
users-2faf81518780e611ac7c9cfd3bee5fd9231a56a4.zip
fix pParmHash typo, formatting
Diffstat (limited to 'auth')
-rw-r--r--auth/bit/auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/bit/auth.php b/auth/bit/auth.php
index 175b9a3..42c7302 100644
--- a/auth/bit/auth.php
+++ b/auth/bit/auth.php
@@ -89,6 +89,7 @@ class BitAuth extends BaseAuth {
$u = new BitPermUser();
//vd( $pUserHash ); die;
if( $u->store( $pUserHash ) ) {
+ $this
$this->mErrors = array_merge($this->mErrors,$u->mErrors);
}
return $u->mUserId;