From: Michael Date: Mon, 28 Nov 2016 22:18:37 +0000 (+0000) Subject: Some brackets added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eede89f53792bdebbddd6cb95ef558ced68afee2;p=friendica.git Some brackets added --- diff --git a/include/remove_contact.php b/include/remove_contact.php index dcf917322b..ec8b83eab9 100644 --- a/include/remove_contact.php +++ b/include/remove_contact.php @@ -8,8 +8,9 @@ require_once("boot.php"); function remove_contact_run($argv, $argc) { global $a, $db; - if (is_null($a)) + if (is_null($a)) { $a = new App; + } if (is_null($db)) { @include(".htconfig.php");