modified: include/dbstructure.php Removed uneeded break; Causes errors with php 7.0, poller error message & white screen of death.

This commit is contained in:
root 2015-12-04 18:47:12 +00:00
parent 4b6afbf681
commit 56a146361c
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ function update_fail($update_id, $error_message){
*/
//try the logger
logger("CRITICAL: Database structure update failed: ".$retval);
break;
}