]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newnotice.php
relative info, too
[quix0rs-gnu-social.git] / actions / newnotice.php
index 487396e4e16cfcbfd9c6423fdbea720a6cbb8c1f..5f6a224848d2baa976de75aa97f0900dbb5629c8 100644 (file)
 if (!defined('LACONICA')) { exit(1); }
 
 class NewnoticeAction extends Action {
-
-       function is_readonly() {
-               return false;
-       }
-
+       
        function handle($args) {
                parent::handle($args);
                # XXX: Ajax!
@@ -75,7 +71,8 @@ class NewnoticeAction extends Action {
                        return;
                }
 
-        common_save_replies($notice);
+               common_save_replies($notice);
+               $notice->saveTags();
                common_broadcast_notice($notice);
 
                $returnto = $this->trimmed('returnto');