From: Michael Vogel Date: Mon, 25 Jan 2016 09:38:38 +0000 (+0100) Subject: Removed useless get_app function call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=77c6020dc2205d701fdf609288868be19f8673e5;p=friendica.git Removed useless get_app function call --- diff --git a/include/dfrn.php b/include/dfrn.php index a6b09242d6..a951e11fc9 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -545,7 +545,6 @@ function dfrn_add_author($doc, $owner, $authorelement, $public) { * @return object XML author object */ function dfrn_add_entry_author($doc, $element, $contact_url, $item) { - $a = get_app(); $contact = get_contact_details_by_url($contact_url, $item["uid"]);