Skip to content

Commit

Permalink
fix #383
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Aug 4, 2015
1 parent 5363288 commit afb0203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userfrosting/models/mysql/MySqlGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function store(){
$db = static::connection();

$query = "
UPDATE `{$this->_table}`
UPDATE `{$this->_table->name}`
SET is_default = " . GROUP_DEFAULT .
" WHERE is_default = " . GROUP_DEFAULT_PRIMARY .
";";
Expand Down

0 comments on commit afb0203

Please sign in to comment.