From 28f62c4f8f3c711b28106e9d8d5aaf072d3a137f Mon Sep 17 00:00:00 2001 From: m-bene Date: Sat, 26 Apr 2014 04:23:36 +0200 Subject: [PATCH] remove call of undefined "fixDevices" function --- web/includes/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/actions.php b/web/includes/actions.php index ba32b6dfe..8415f927c 100644 --- a/web/includes/actions.php +++ b/web/includes/actions.php @@ -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() )