[ticket/226] Use $this->c_class instead of $c_class

B3P-226
This commit is contained in:
Marc Alexander
2013-10-14 11:56:17 +02:00
parent 7b0864411b
commit 533701b201

View File

@@ -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']))
{