mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-27 04:17:18 +02:00
Support permissions ... but then disable them ... hmmm.
This commit is contained in:
parent
daae65a5d3
commit
d8a87d03d3
3 changed files with 8 additions and 3 deletions
|
@ -36,8 +36,9 @@ class ContactCategory extends Generic\DAOEntity {
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public static function sync(): Sync {
|
||||
return new Sync('ContactCategory', 'sync');
|
||||
public static function sync($checkPermissions = TRUE): Sync {
|
||||
return (new Sync('ContactCategory', 'sync'))
|
||||
->setCheckPermissions($checkPermissions);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue