]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/noticesearch.php
remove 'nudge' -- it won't be in this release
[quix0rs-gnu-social.git] / actions / noticesearch.php
index 7022109e6658465fb4671f221451cb6706b9dac3..bc052d512f5b1a0f6bea529d3be9ef5a5c94ba35 100644 (file)
@@ -92,6 +92,7 @@ class NoticesearchAction extends SearchAction {
                $profile = $notice->getProfile();
                if (!$profile) {
                        common_log_db_error($notice, 'SELECT', __FILE__);
+                       $this->server_error(_('Notice without matching profile'));
                        return;
                }
                # XXX: RDFa
@@ -141,6 +142,8 @@ class NoticesearchAction extends SearchAction {
                                                                   'onclick' => 'doreply("'.$profile->nickname.'"); return false',
                                                                   'title' => _('reply'),
                                                                   'class' => 'replybutton'));
+               common_hidden('posttoken', common_session_token());
+               
                common_raw('→');
                common_element_end('a');
                common_element_end('p');