fix undeclared variables or wrong variable names (/src)

This commit is contained in:
rabuzarus 2018-02-12 16:08:28 +01:00
parent 7e15a9f0f5
commit 342b9af734
8 changed files with 15 additions and 7 deletions

View file

@ -66,7 +66,7 @@ class Conversation
unset($conversation['source']);
}
if (!dba::update('conversation', $conversation, ['item-uri' => $conversation['item-uri']], $old_conv)) {
logger('Conversation: update for '.$conversation['item-uri'].' from '.$conv['protocol'].' to '.$conversation['protocol'].' failed', LOGGER_DEBUG);
logger('Conversation: update for '.$conversation['item-uri'].' from '.$old_conv['protocol'].' to '.$conversation['protocol'].' failed', LOGGER_DEBUG);
}
} else {
if (!dba::insert('conversation', $conversation, true)) {