Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix permissions issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidlaasri committed Jul 20, 2015
1 parent 8f84a4c commit e4f7390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/PermissionsChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function check(array $folders)
{
foreach($folders as $folder => $permission)
{
if(!($this->getPermission($folder) == $permission))
if(!($this->getPermission($folder) >= $permission))
{
$this->addFileAndSetErrors($folder, $permission, false);
}
Expand Down

0 comments on commit e4f7390

Please sign in to comment.