Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dneukirchen committed Oct 29, 2018
1 parent 31716e0 commit 3544a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/MVC/Model/AdminModel.php
Expand Up @@ -1073,7 +1073,7 @@ public function publish(&$pks, $value = 1)
}

// Check if there are items to change
if(!count($pks))
if (!count($pks))
{
return true;
}
Expand Down

0 comments on commit 3544a47

Please sign in to comment.