Browse Source

fixed typo

Roel Sint 13 years ago
parent
commit
7b555ea5d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Command/GenerateObjectAclCommand.php

+ 1 - 1
Command/GenerateObjectAclCommand.php

@@ -175,7 +175,7 @@ class GenerateObjectAclCommand extends ContainerAwareCommand
 
 
             if (!is_null($securityIdentity)) {
             if (!is_null($securityIdentity)) {
                 // add object owner
                 // add object owner
-                $securityHandler->addObjectOwnwer($acl, $securityIdentity);
+                $securityHandler->addObjectOwner($acl, $securityIdentity);
             }
             }
 
 
             $securityHandler->addObjectClassAces($acl, $securityHandler->buildSecurityInformation($admin));
             $securityHandler->addObjectClassAces($acl, $securityHandler->buildSecurityInformation($admin));