forked from friendica/friendica-addons
Remove unneeded get_app
This commit is contained in:
parent
056d455af8
commit
aa15745825
|
@ -144,7 +144,6 @@ function phototrack_post_remote_end(&$a, &$item) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function phototrack_notifier_end($item) {
|
function phototrack_notifier_end($item) {
|
||||||
$a = get_app();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function phototrack_check_row($a, $table, $row) {
|
function phototrack_check_row($a, $table, $row) {
|
||||||
|
|
Loading…
Reference in a new issue