From 602ff466bbcebc175e8d9ff54dbc8a1ebabbc26e Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 28 Nov 2015 22:55:00 +0100 Subject: [PATCH] Porting typo --- newznab/build/nntmux.xml | 2 +- www/admin/site-edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/newznab/build/nntmux.xml b/newznab/build/nntmux.xml index 9bf8cd6b1..816a36b59 100755 --- a/newznab/build/nntmux.xml +++ b/newznab/build/nntmux.xml @@ -13,6 +13,6 @@ 9 - 4472 + 4473 diff --git a/www/admin/site-edit.php b/www/admin/site-edit.php index 562f34d05..fc51cdcdd 100644 --- a/www/admin/site-edit.php +++ b/www/admin/site-edit.php @@ -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; } }