Removed useless get_app function call

2022.09-rc
Michael Vogel 2016-01-25 10:38:38 +01:00
rodzic ffd8f1234e
commit 77c6020dc2
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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