mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Some brackets added
This commit is contained in:
parent
e7ef34298a
commit
eede89f537
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue