Fix disattivazione widget

This commit is contained in:
Matteo 2024-09-17 11:06:10 +02:00
parent 3e39bd8211
commit 5369469c6c
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ switch (filter('op')) {
$id = filter('id'); $id = filter('id');
$widget = $database->table('zz_widgets_lang') $widget = $database->table('zz_widgets_lang')
->where('id', '=', $id) ->where('id_record', '=', $id)
->first(); ->first();
// Abilitazione del widget indicato // Abilitazione del widget indicato