mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Add option to restrict Page view to logged user
$logged_access = 0 -> not logged in $logged_access = 1 -> logged in
This commit is contained in:
@@ -952,7 +952,7 @@ class OTS_Account extends OTS_Row_DAO implements IteratorAggregate, Countable
|
||||
return $query['group_id'];
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
public function getAccGroupId()
|
||||
|
Reference in New Issue
Block a user