@@ -9,7 +9,7 @@ Lib::loadClass('SqlQueryWhereBuilder');
class Schema_AccessGroupStorageAcl extends Core_AclBase {// Read only class
public function getNamespace() { return 'default_objects/' . $this->getName(); }
- public function getSourceName() { return 'objects'; }
+ public function getSourceName() { return 'default_objects'; }
public function init($force = false) {}
public function isInitialized() { return true; }
public function getName() { return 'AccessGroup'; }
@@ -6,7 +6,7 @@ Lib::loadClass('ParseOgcFilter');
class Schema_AccessOwnerStorageAcl extends Core_AclBase {
public function getName() { return 'AccessOwner'; }
@@ -7,7 +7,7 @@ class Schema_FileStorageAcl extends Core_AclBase {
public function __construct() {}
public function getName() { return 'File'; }
@@ -11,7 +11,7 @@ class Schema_KorespondencjaStorageAcl extends Core_AclBase {
// DBG::_(true, true, "parentAcl", $this->parentAcl, __CLASS__, __FUNCTION__, __LINE__);
}
public function getName() { return 'Korespondencja'; }