Fix the service toggle (#7943)

This commit is contained in:
Alex
2026-04-30 17:57:31 +00:00
committed by GitHub
parent 76744aaaf5
commit 11e07e5d30
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class services {
*/
public function toggle($records) {
// Permission not found
if (permission_exists($this->name.'_edit')) {
if (!permission_exists($this->name.'_edit')) {
return;
}