From: root Date: Fri, 4 Dec 2015 19:49:09 +0000 (+0000) Subject: modified: include/dbstructure.php removed uneeded break; It causes errors with... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37a70d3204358bb6f55126ef3c47959cddb656e7;p=friendica.git modified: include/dbstructure.php removed uneeded break; It causes errors with php 7.0. --- diff --git a/include/dbstructure.php b/include/dbstructure.php index 0dd74ab15f..2078c208a2 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -62,7 +62,6 @@ function update_fail($update_id, $error_message){ */ //try the logger logger("CRITICAL: Database structure update failed: ".$retval); - break; }