|
|
@@ -11,7 +11,7 @@ class Schema_KorespondencjaStorageAcl extends Core_AclBase {
|
|
|
// DBG::_(true, true, "parentAcl", $this->parentAcl, __CLASS__, __FUNCTION__, __LINE__);
|
|
|
}
|
|
|
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 'Korespondencja'; }
|