From 85c2fb4c3690bb330a324e6e3629d4ed8f352813 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 18 Oct 2015 19:14:31 +0200 Subject: [PATCH] Added the url and file helpers in the autoload config file. --- src/application/config/autoload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application/config/autoload.php b/src/application/config/autoload.php index 20541f46..a97e139f 100644 --- a/src/application/config/autoload.php +++ b/src/application/config/autoload.php @@ -64,7 +64,7 @@ $autoload['libraries'] = array('database'); | $autoload['helper'] = array('url', 'file'); */ -$autoload['helper'] = array('custom_exceptions'); +$autoload['helper'] = array('custom_exceptions', 'url', 'file'); /* @@ -113,4 +113,4 @@ $autoload['model'] = array(); /* End of file autoload.php */ -/* Location: ./application/config/autoload.php */ \ No newline at end of file +/* Location: ./application/config/autoload.php */