Skip to content

Commit 894b629

Browse files
committed
Update application.class.php
1 parent 6a9056e commit 894b629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/application.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function sortFiles($a, $b)
196196
$out['APP_ACTION'] = 1;
197197
}
198198

199-
if (isset($this->app_action)) {
199+
if (isset($this->app_action) && $this->action!='') {
200200
$out['APP_ACTION'] = 1;
201201
}
202202
}

0 commit comments

Comments
 (0)