Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Oct 7, 2024
1 parent 909d8d9 commit bf58ac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/Helpers/ManageWikiSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ public function overwriteAll( array $settings, bool $remove = true ) {
}
}

public function hasChanges(): bool {
return (bool)$this->changes;
}

/**
* Commits all changes to the database
*/
Expand Down

0 comments on commit bf58ac2

Please sign in to comment.