Porting typo

This commit is contained in:
DariusIII
2015-11-28 22:55:00 +01:00
parent 5a50ebb4a4
commit 602ff466bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,6 +13,6 @@
<precommit>9</precommit>
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
</hooks>
<commit>4472</commit></git>
<commit>4473</commit></git>
</versions>
</newznab>
+1 -1
View File
@@ -170,7 +170,7 @@ $page->smarty->assign('book_reqids_selected', $books_selected);
$themelist = [];
$themes = scandir(NN_WWW . "/themes");
foreach ($themes as $theme) {
if (strpos($theme, ".") === false && is_dir(nZEDb_THEMES . $theme) && ucfirst($theme) === $theme) {
if (strpos($theme, ".") === false && is_dir(NN_THEMES . $theme) && ucfirst($theme) === $theme) {
$themelist[] = $theme;
}
}