projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8844b37
)
Fix a glitch on AtomPub posting for micro-apps -- hook wasn't returning the new notic...
author
Brion Vibber
<brion@pobox.com>
Tue, 26 Jul 2011 19:19:33 +0000
(12:19 -0700)
committer
Brion Vibber
<brion@pobox.com>
Tue, 26 Jul 2011 19:19:33 +0000
(12:19 -0700)
lib/microappplugin.php
patch
|
blob
|
history
diff --git
a/lib/microappplugin.php
b/lib/microappplugin.php
index 542e973ddc4d5081f90a6f804f4fcf4f94aa6d87..a723ecde420f805e0ace47e0ecf6244ddbe324d2 100644
(file)
--- a/
lib/microappplugin.php
+++ b/
lib/microappplugin.php
@@
-447,9
+447,9
@@
abstract class MicroAppPlugin extends Plugin
$options = array('source' => 'atompub');
// $user->getProfile() is a Profile
- $this->saveNoticeFromActivity($activity,
- $user->getProfile(),
- $options);
+ $
notice = $
this->saveNoticeFromActivity($activity,
+
$user->getProfile(),
+
$options);
return false;
}