use logger
This commit is contained in:
parent
909f67fb3a
commit
7dad842f35
@ -2010,8 +2010,7 @@ function update_imported_item($sender, $item, $orig, $uid, $tag_delivery) {
|
||||
// may have a different owner than the one being transmitted.
|
||||
|
||||
if(($sender['hash'] != $orig['owner_xchan'] && $sender['hash'] != $orig['author_xchan']) && (! $tag_delivery)) {
|
||||
/// @fixme shouldn't this be logger?
|
||||
notice('sender is not owner or author');
|
||||
logger('sender is not owner or author');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user