]> git.mxchange.org Git - friendica.git/commitdiff
merge init() and content()
authorPhilipp Holzer <admin@philipp.info>
Thu, 2 May 2019 21:28:13 +0000 (23:28 +0200)
committerPhilipp Holzer <admin@philipp.info>
Thu, 2 May 2019 21:28:13 +0000 (23:28 +0200)
src/Module/BookMarklet.php

index de1de41735c1263279a786e6d29adbd0e4a25804..51feb25d7b96df4205b3a2b544222b31cb264a6d 100644 (file)
@@ -14,13 +14,10 @@ use Friendica\Util\Strings;
  */
 class BookMarklet extends BaseModule
 {
-       public static function init()
+       public static function content()
        {
                $_GET['mode'] = 'minimal';
-       }
 
-       public static function content()
-       {
                $app = self::getApp();
                $config = $app->getConfig();