Skip to content

Commit

Permalink
fixed typo in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Jul 11, 2018
1 parent ba1a060 commit d04be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/updates/update_v0.5.x_v0.6.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
echo "\n";

echo "Create new permissions... ";
$FACTORIES::getAgentFactory()->getDB()->query("ALTER TABLE `user` CHANGE `rightGroupId` `rightGroupId` INT(11) NULL");
$FACTORIES::getAgentFactory()->getDB()->query("ALTER TABLE `User` CHANGE `rightGroupId` `rightGroupId` INT(11) NULL");
// load all users and set permission group to null
$users = $FACTORIES::getUserFactory()->filter(array());
$uS = new UpdateSet(User::RIGHT_GROUP_ID, null);
Expand Down

0 comments on commit d04be5b

Please sign in to comment.