mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Porting typo
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user