merge init() and content()
This commit is contained in:
@@ -14,13 +14,10 @@ use Friendica\Util\Strings;
|
|||||||
*/
|
*/
|
||||||
class BookMarklet extends BaseModule
|
class BookMarklet extends BaseModule
|
||||||
{
|
{
|
||||||
public static function init()
|
|
||||||
{
|
|
||||||
$_GET['mode'] = 'minimal';
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function content()
|
public static function content()
|
||||||
{
|
{
|
||||||
|
$_GET['mode'] = 'minimal';
|
||||||
|
|
||||||
$app = self::getApp();
|
$app = self::getApp();
|
||||||
$config = $app->getConfig();
|
$config = $app->getConfig();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user