diff --git a/system/uri.php b/system/uri.php index 16ed85e..3e89b33 100644 --- a/system/uri.php +++ b/system/uri.php @@ -103,4 +103,10 @@ if(!function_exists("get_requested_value")) { } } +if(!function_exists("get_array")) { + function get_array($arr) { + return is_array($arr) ? $arr : array(); + } +} + $requests = read_requests();