Some brackets added

This commit is contained in:
Michael 2016-11-28 22:18:37 +00:00
parent e7ef34298a
commit eede89f537
1 changed files with 2 additions and 1 deletions

View File

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