Skip to content

Commit

Permalink
Fixed incompatible method
Browse files Browse the repository at this point in the history
  • Loading branch information
on2 committed Apr 3, 2021
1 parent 1b24d43 commit f1cf440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MySqlViewObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function getGridRel()
* @param bool $inTransaction
* @return bool|int Boolean or last insert id
*/
public function save()
public function save($inTransaction=FALSE)
{
throw new Exception("MySQL View Objects can't be created or updated.");
}
Expand Down

0 comments on commit f1cf440

Please sign in to comment.