diff --git a/root/acp/portal_module.php b/root/acp/portal_module.php index 8eb6f518..3fb776f0 100644 --- a/root/acp/portal_module.php +++ b/root/acp/portal_module.php @@ -192,7 +192,7 @@ class phpbb_ext_board3_portal_acp_portal_module { 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'])) {