]> git.mxchange.org Git - friendica.git/commitdiff
modified: include/dbstructure.php Removed uneeded break; Causes errors with php...
authorroot <root@crissic.me4.it>
Fri, 4 Dec 2015 18:47:12 +0000 (18:47 +0000)
committerroot <root@crissic.me4.it>
Fri, 4 Dec 2015 18:47:12 +0000 (18:47 +0000)
include/dbstructure.php

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