From 5e95d62e1e5e517888edc823f0813c55514bb989 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/acp/portal_module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) {