diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-16 10:56:30 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-16 10:56:30 +0100 |
| commit | 7cc48adef681763587f997fe5ad8b199ec0ca729 (patch) | |
| tree | 7ddf1597aa8a06d8e46109c498830ddb6a35708b /auth | |
| parent | 8a0bbf4f60f3115c497def640cb4ee92419c8bb8 (diff) | |
| download | users-7cc48adef681763587f997fe5ad8b199ec0ca729.tar.gz users-7cc48adef681763587f997fe5ad8b199ec0ca729.tar.bz2 users-7cc48adef681763587f997fe5ad8b199ec0ca729.zip | |
Move for citizen to generic contact package
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/locate/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/locate/auth.php b/auth/locate/auth.php index ebb46f5..baaf434 100644 --- a/auth/locate/auth.php +++ b/auth/locate/auth.php @@ -113,7 +113,7 @@ class LocateAuth extends BaseAuth { function canManageAuth() { global $gBitSystem; - if( $gBitSystem->isPackageActive( 'citizen' ) ) { + if( $gBitSystem->isPackageActive( 'contact' ) ) { return TRUE; } else { return FALSE; @@ -122,7 +122,7 @@ class LocateAuth extends BaseAuth { function isSupported() { global $gBitSystem; - if( $gBitSystem->isPackageActive( 'citizen' ) ) { + if( $gBitSystem->isPackageActive( 'contact' ) ) { return TRUE; } else { return FALSE; |
