Normalize App parameter declaration (mod folder, 3 out of 3)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
function toggle_mobile_init(App &$a) {
|
||||
function toggle_mobile_init(App $a) {
|
||||
|
||||
if (isset($_GET['off'])) {
|
||||
$_SESSION['show-mobile'] = false;
|
||||
|
||||
Reference in New Issue
Block a user