]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'nightly' of gitorious.org:social/mainline into nightly
authorRoland Haeder <roland@mxchange.org>
Sun, 8 Mar 2015 19:51:53 +0000 (20:51 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 8 Mar 2015 19:51:53 +0000 (20:51 +0100)
Conflicts:
actions/replies.php

Signed-off-by: Roland Haeder <roland@mxchange.org>
1  2 
actions/replies.php
lib/noticelistitem.php

index 11d9c7c706cc29a777a326fa5b3e96ece2799e56,49098d0950781f62942b29dc0fb131089e70e0fc..5bf2f8edc429bb4829f0966c82053fccb7576045
@@@ -93,23 -74,6 +74,26 @@@ class RepliesAction extends ManagedActi
              // TRANS: Client error when page not found (404)
              $this->clientError(_('No such page.'), 404);
          }
++<<<<<<< HEAD
 +
 +        return true;
 +    }
 +
 +    /**
 +     * Handle a request
 +     *
 +     * Just show the page. All args already handled.
 +     *
 +     * @param array $args $_REQUEST data
 +     *
 +     * @return void
 +     */
 +    function handle(array $args=array())
 +    {
 +        parent::handle($args);
 +        $this->showPage();
++=======
++>>>>>>> 1442ca16b410d327d7ec6269944144dfa075ff17
      }
  
      /**
          $this->elementEnd('div');
      }
  
++<<<<<<< HEAD
 +    function isReadOnly(array $args=array())
++=======
+     public function isReadOnly($args)
++>>>>>>> 1442ca16b410d327d7ec6269944144dfa075ff17
      {
          return true;
      }
Simple merge