can't delete monitors - bug in php file *solved*
Posted: Thu Jan 19, 2006 1:51 pm
i couldn't delete monitors from the console view (zm 1.22.0 full)
changed zm_actions.php line 992
from
into
works now
changed zm_actions.php line 992
from
Code: Select all
if (isset($mid) && canEdit( 'Monitors', $mid ) )
Code: Select all
if ( (isset($mid) || isset($mark_mids)) && canEdit( 'Monitors', $mid ) )