diff options
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; |
