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 3ebfea3 commit 909d8d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/Helpers/ManageWikiPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ public function remove( string $group ) {
$this->deleteGroups[] = $group;
}

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

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

0 comments on commit 909d8d9

Please sign in to comment.