summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2008-08-12 14:18:13 +0000
committerLester Caine <lester@lsces.co.uk>2008-08-12 14:18:13 +0000
commit4c8be0e942a8476c0b5ca4afacef47d885edabea (patch)
treeb6cb0a96a3b82803b74e43d5f661b3d2878a911d /auth
parent25bde59d4c4288f9c29011a29fc5e14cef788fe5 (diff)
downloadusers-4c8be0e942a8476c0b5ca4afacef47d885edabea.tar.gz
users-4c8be0e942a8476c0b5ca4afacef47d885edabea.tar.bz2
users-4c8be0e942a8476c0b5ca4afacef47d885edabea.zip
Missing global
Diffstat (limited to 'auth')
-rw-r--r--auth/multisites/auth.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth/multisites/auth.php b/auth/multisites/auth.php
index 973c26e..46c67a4 100644
--- a/auth/multisites/auth.php
+++ b/auth/multisites/auth.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/auth/multisites/auth.php,v 1.1 2008/07/22 10:19:55 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/auth/multisites/auth.php,v 1.2 2008/08/12 14:18:13 lsces Exp $
*
* @package users
*/
@@ -21,6 +21,8 @@ class MultisitesAuth extends BaseAuth {
parent::validate($user,$pass,$challenge,$response);
global $gBitSystem;
global $gBitDb;
+ global $gMultisites;
+
$ret = SERVER_ERROR;
if( empty( $user ) ) {
$this->mErrors['login'] = 'User not found';