Skip to content

Commit

Permalink
Fixed the wrong namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Nov 24, 2017
1 parent a191640 commit 9e51372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/index.php
Expand Up @@ -99,7 +99,7 @@ function fixTopic(&$A, $tid_list)
// Main
// If URL routing is enabled, then let the router handle the request
if ($_CONF['url_rewrite'] && isset($_CONF['url_routing']) && !empty($_CONF['url_routing'])) {
\Geeklog\Router::dispatch();
Router::dispatch();
}

// See if user has access to view topic else display message.
Expand Down

0 comments on commit 9e51372

Please sign in to comment.