diff options
author | Brion Vibber <brion@pobox.com> | 2010-02-19 10:29:06 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-02-19 10:29:06 -0800 |
commit | 114eb310ca4f53e09c98f2337850829a9036c133 (patch) | |
tree | 1e7715faa1439cde102efcba6a67ad83a3b381e4 /plugins/OStatus/actions/salmon.php | |
parent | 2c09702b2df4a6ede7fef4b7f1d7c1bcc77a4649 (diff) |
OStatus: fix up Salmon endpoint detection/saving, timestamp fixes.
Diffstat (limited to 'plugins/OStatus/actions/salmon.php')
-rw-r--r-- | plugins/OStatus/actions/salmon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/actions/salmon.php b/plugins/OStatus/actions/salmon.php index e9d6015f4..2da9db9eb 100644 --- a/plugins/OStatus/actions/salmon.php +++ b/plugins/OStatus/actions/salmon.php @@ -142,7 +142,7 @@ class SalmonAction extends Action function ensureProfile() { $actor = $this->act->actor; - + common_log(LOG_DEBUG, "Received salmon bit: " . var_export($this->act, true)); if (empty($actor->id)) { throw new Exception("Received a salmon slap from unidentified actor."); } |