]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'rewrites-master/type-hints-asserts' into rewrites-nightly/type-hints... rewrites-nightly/type-hints-asserts
authorRoland Haeder <roland@mxchange.org>
Fri, 27 Mar 2015 21:24:37 +0000 (22:24 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 27 Mar 2015 21:24:37 +0000 (22:24 +0100)
Conflicts:
classes/Notice.php
lib/docfile.php
lib/framework.php

Signed-off-by: Roland Haeder <roland@mxchange.org>
1  2 
actions/invite.php
actions/replies.php
classes/Notice.php
lib/docfile.php
lib/framework.php
plugins/Favorite/classes/Fave.php

Simple merge
index 5bf2f8edc429bb4829f0966c82053fccb7576045,11d9c7c706cc29a777a326fa5b3e96ece2799e56..ce65fef7a9fbe497aef387b80c1507da0b2d067e
@@@ -74,26 -93,23 +74,6 @@@ 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
      }
  
      /**
Simple merge
diff --cc lib/docfile.php
index 316aebb8726304430f411ff8489174d3f9eab660,2e2afbd014de511f6c3acb75fa04eee8e56e9006..583f7ebc9b3190353763ca2439f9d42f1815511c
@@@ -113,8 -105,8 +105,8 @@@ class DocFil
          $paths = array(INSTALLDIR.'/local/doc-src/',
                         INSTALLDIR.'/doc-src/');
  
 -        $site = StatusNet::currentSite();
 +        $site = GNUsocial::currentSite();
-         
          if (!empty($site)) {
              array_unshift($paths, INSTALLDIR.'/local/doc-src/'.$site.'/');
          }
          $paths = array(INSTALLDIR.'/local/mail-src/',
                         INSTALLDIR.'/mail-src/');
  
 -        $site = StatusNet::currentSite();
 +        $site = GNUsocial::currentSite();
-         
          if (!empty($site)) {
              array_unshift($paths, INSTALLDIR.'/local/mail-src/'.$site.'/');
          }
Simple merge
Simple merge