diff --git a/root/includes/acp/acp_portal.php b/root/includes/acp/acp_portal.php index 0bce16fd..172a1f8d 100644 --- a/root/includes/acp/acp_portal.php +++ b/root/includes/acp/acp_portal.php @@ -188,7 +188,7 @@ class acp_portal { if ($submit && ((isset($null['type']) && $null['type'] == 'custom') || (isset($null['submit_type']) && $null['submit_type'] == 'custom'))) { - $func = array($c_class, $null['submit']); + $func = array($this->c_class, $null['submit']); if(method_exists($this->c_class, $null['submit'])) {