X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fremove_contact.php;h=ec8b83eab933809261455d1ed65447072bf7b033;hb=acf2e42e24b7a05b67ff1adcedac3abd0e99acd4;hp=dcf917322bd603699d15c5f459a5fed47ad2ecd3;hpb=e7ef34298a47ce5a8d7b85f93aa138662e3dc146;p=friendica.git 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");