From b6e613705de08b29d039284a71493419c364caf1 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Wed, 13 Mar 2024 17:40:18 +0200 Subject: [PATCH] Update autoload.php --- application/config/autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/autoload.php b/application/config/autoload.php index 599081d9..e7459721 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -89,7 +89,7 @@ | | $autoload['helper'] = array('url', 'file'); */ -$autoload['helper'] = array('url', 'file'); +$autoload['helper'] = array('url', 'file', 'form'); /* | -------------------------------------------------------------------