From eede89f53792bdebbddd6cb95ef558ced68afee2 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 28 Nov 2016 22:18:37 +0000 Subject: [PATCH] Some brackets added --- include/remove_contact.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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");