]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
var_export without true
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 4 Oct 2015 14:40:21 +0000 (16:40 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 4 Oct 2015 14:40:21 +0000 (16:40 +0200)
plugins/OStatus/lib/salmonaction.php

index 3cb76ca336b5bb11ad65ac4ecd9c8aa33c2fe116..a2703f1647fbef952baa3f9b310bf9f35bb51f8d 100644 (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');
     }