remove call of undefined "fixDevices" function

pull/405/head
m-bene 2014-04-26 04:23:36 +02:00
parent 1e13211f02
commit 28f62c4f8f
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ if ( !empty($action) )
if ( $restart )
{
$monitor = dbFetchOne( "select * from Monitors where Id = ?", NULL, array($mid) );
fixDevices();
//fixDevices();
//if ( $cookies )
//session_write_close();
if ( daemonCheck() )