kopia lustrzana https://github.com/friendica/friendica
merge init() and content()
rodzic
b2ff31da74
commit
a9f701b9d6
|
@ -14,13 +14,10 @@ use Friendica\Util\Strings;
|
|||
*/
|
||||
class BookMarklet extends BaseModule
|
||||
{
|
||||
public static function init()
|
||||
{
|
||||
$_GET['mode'] = 'minimal';
|
||||
}
|
||||
|
||||
public static function content()
|
||||
{
|
||||
$_GET['mode'] = 'minimal';
|
||||
|
||||
$app = self::getApp();
|
||||
$config = $app->getConfig();
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue