var_export without true

This commit is contained in:
Mikael Nordfeldth 2015-10-04 16:40:21 +02:00
parent 4238875ebe
commit 57f26a97fb
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class SalmonAction extends Action
function saveNotice()
{
if (!$this->oprofile instanceof Ostatus_profile) {
common_debug('Ostatus_profile missing in ' . get_class(). ' profile: '.var_export($this->profile));
common_debug('Ostatus_profile missing in ' . get_class(). ' profile: '.var_export($this->profile, true));
}
return $this->oprofile->processPost($this->activity, 'salmon');
}