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");