take 2 on last, a=chris

Chris Pollett [2015-08-06 00:Aug:th]
take 2 on last, a=chris
Filename
src/index.php
diff --git a/src/index.php b/src/index.php
index 790584d40..af50db7fb 100755
--- a/src/index.php
+++ b/src/index.php
@@ -174,7 +174,7 @@ function configureRewrites()
         'user' => 'routeFeeds',
         'p' => 'routeWiki'
     ];
-    if(class_exists("Routes")) {
+    if(class_exists(C\NS_LIB . "Routes")) {
         $route_map = array_merge($route_map, Routes::getRoutes());
     }
     /**
ViewGit