From 703727966228898e11f7bb0799d0584273eb769c Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Wed, 12 Feb 2014 17:55:35 +0000 Subject: [PATCH] Removed ``create_nav_links()`` method call from ``Zepto\Zepto::_construct()`` --- library/Zepto/Zepto.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/Zepto/Zepto.php b/library/Zepto/Zepto.php index 9014c4d..0f4267c 100644 --- a/library/Zepto/Zepto.php +++ b/library/Zepto/Zepto.php @@ -167,9 +167,6 @@ function($c) use ($settings) { $this->run_hooks('before_config_load', array(&$settings)); $app['settings'] = $settings; - // Create navigation object - $this->create_nav_links(); - // Add basic routes to router $this->setup_router();