Some more function calls changed to the new class

This commit is contained in:
Michael Vogel 2016-03-14 08:11:14 +01:00 committed by Roland Haeder
parent 77dbb4bfbc
commit 3e79a19e57
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
7 changed files with 19 additions and 13 deletions

View file

@ -536,7 +536,7 @@ function notifier_run(&$argv, &$argc){
if($public_message) {
if (!$followup AND $top_level)
$r0 = diaspora_fetch_relay();
$r0 = diaspora::relay_list();
else
$r0 = array();
@ -629,11 +629,11 @@ function notifier_run(&$argv, &$argc){
}
// If the item was deleted, clean up the `sign` table
if($target_item['deleted']) {
/* if($target_item['deleted']) {
$r = q("DELETE FROM sign where `retract_iid` = %d",
intval($target_item['id'])
);
}
} */
logger('notifier: calling hooks', LOGGER_DEBUG);