Normalize App parameter declaration (mod folder, 2 out of 3)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
function pretheme_init(App &$a) {
|
||||
|
||||
function pretheme_init(App $a) {
|
||||
|
||||
if($_REQUEST['theme']) {
|
||||
$theme = $_REQUEST['theme'];
|
||||
$info = get_theme_info($theme);
|
||||
|
||||
Reference in New Issue
Block a user