Removed useless get_app function call

This commit is contained in:
Michael Vogel 2016-01-25 10:38:38 +01:00
parent ffd8f1234e
commit 77c6020dc2
1 changed files with 0 additions and 1 deletions

View 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"]);