Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhater committed Apr 16, 2014
1 parent 8409677 commit 13e6b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function __construct() {
}

if (isset($_GET['theme']) &&
!$this->checkFilename($_GET['theme']) &&
$this->checkFilename($_GET['theme']) &&
is_dir("themes/{$_GET['theme']}")
)
$this->config['theme'] = $_GET['theme'];
Expand Down

0 comments on commit 13e6b62

Please sign in to comment.