Fix disattivazione widget
This commit is contained in:
parent
3e39bd8211
commit
5369469c6c
|
@ -198,7 +198,7 @@ switch (filter('op')) {
|
|||
$id = filter('id');
|
||||
|
||||
$widget = $database->table('zz_widgets_lang')
|
||||
->where('id', '=', $id)
|
||||
->where('id_record', '=', $id)
|
||||
->first();
|
||||
|
||||
// Abilitazione del widget indicato
|
||||
|
|
Loading…
Reference in New Issue