]> git.mxchange.org Git - friendica.git/commitdiff
Removed useless get_app function call
authorMichael Vogel <icarus@dabo.de>
Mon, 25 Jan 2016 09:38:38 +0000 (10:38 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 25 Jan 2016 09:38:38 +0000 (10:38 +0100)
include/dfrn.php

index a6b09242d65b4304f4a3eab78d46efedbc62c89d..a951e11fc99ac451d7642dd33e1dd0290a2f0349 100644 (file)
@@ -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"]);