var_export without true
This commit is contained in:
parent
4238875ebe
commit
57f26a97fb
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user