From: root <root@crissic.me4.it>
Date: Fri, 4 Dec 2015 18:47:12 +0000 (+0000)
Subject: 	modified:   include/dbstructure.php Removed uneeded break; Causes errors with php... 
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=56a146361c3d207e72692caf767841b60048ac9a;p=friendica.git

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

diff --git a/include/dbstructure.php b/include/dbstructure.php
index 2b1ee84fda..c031b8dd61 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;
 }