From f51e1c1f06c7bc085659b19e8f0d45b64ed6847f Mon Sep 17 00:00:00 2001 From: danpros Date: Sun, 21 Feb 2021 21:18:21 +0700 Subject: [PATCH] Update functions.php --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index fe949be..5a75a5e 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2105,7 +2105,7 @@ function menu($class = null) } } else { - get_menu($custom); + get_menu($class); } }