From 533701b201a5c8e4382e3481b77429dc6e525e08 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 14 Oct 2013 11:56:17 +0200 Subject: [PATCH] [ticket/226] Use $this->c_class instead of $c_class B3P-226 --- root/includes/acp/acp_portal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) {