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;
}
}