Browse Source

fixed typo

Roel Sint 13 năm trước cách đây
mục cha
commit
7b555ea5d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Command/GenerateObjectAclCommand.php

+ 1 - 1
Command/GenerateObjectAclCommand.php

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