diff --git a/misc/testing/DB/check_unique_indexes.php b/misc/testing/DB/check_unique_indexes.php
index 11800e9d8..430c180a4 100755
--- a/misc/testing/DB/check_unique_indexes.php
+++ b/misc/testing/DB/check_unique_indexes.php
@@ -41,7 +41,7 @@ function run_query($query, $test)
}
}
-$path = nZEDb_RES . 'db' . DS . 'schema' . DS . 'nntmux_fi_schema.sql';
+$path = NN_RES . 'db' . DS . 'schema' . DS . 'nntmux_fi_schema.sql';
$handle = fopen($path, "r");
if ($handle) {
while (($line = fgets($handle)) !== false) {
diff --git a/newznab/build/nntmux.xml b/newznab/build/nntmux.xml
index 0b51c61ee..24c71f533 100755
--- a/newznab/build/nntmux.xml
+++ b/newznab/build/nntmux.xml
@@ -12,6 +12,6 @@
9
- 4536
+ 4537