|
|
@@ -50,7 +50,7 @@ class Core_AclHelper {// Helper class for Acl
|
|
|
$ns = self::parseNamespaceUrl($namespace);
|
|
|
|
|
|
$acl = User::getAcl()->getObjectAcl($ns['prefix'], $ns['name']);
|
|
|
- if (!$acl) throw new Exception("Could not get acl for '{$schemaNs}'");
|
|
|
+ if (!$acl) throw new Exception("Could not get acl for '{$ns['prefix']}:{$ns['name']}'");
|
|
|
$acl->init($forceTblAclInit);
|
|
|
return $acl;
|
|
|
}
|