Skip to content
Snippets Groups Projects
Commit b4bba720 authored by Tim Steiner's avatar Tim Steiner
Browse files

Removed old code that was only commented out.

parent 07158acb
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ $router->addRoute('compat_params', $default_route);
$controller = Zend_Controller_Front::getInstance();
$controller->setRouter($router);
$controller->setControllerDirectory(APPLICATION_PATH . '/controllers');
//$controller->registerPlugin(new Nmc_Controller_Plugin_Http());
$controller->throwExceptions(true);
$controller->dispatch();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment