]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/oauthstore.php
(Puctuation) consistency in clientError() calls.
[quix0rs-gnu-social.git] / lib / oauthstore.php
index e34bf8a5ed8782d4430713caca155879447b3a56..df63cc1512c12e800158d335606c52a8b9294b6c 100644 (file)
@@ -359,9 +359,8 @@ class StatusNetOAuthDataStore extends OAuthDataStore
         $notice = Notice::saveNew($author->id,
                                   $omb_notice->getContent(),
                                   'omb',
-                                  false,
-                                  null,
-                                  $omb_notice->getIdentifierURI());
+                                  array('is_local' => Notice::REMOTE_OMB,
+                                        'uri' => $omb_notice->getIdentifierURI()));
 
         common_broadcast_notice($notice, true);
     }