Modified class files for PHP5
This commit is contained in:
@@ -17,10 +17,10 @@ if (!defined('IN_PHPBB'))
|
||||
|
||||
class acp_portal
|
||||
{
|
||||
var $u_action;
|
||||
var $new_config = array();
|
||||
public $u_action;
|
||||
public $new_config = array();
|
||||
|
||||
function main($id, $mode)
|
||||
public function main($id, $mode)
|
||||
{
|
||||
global $db, $user, $cache, $template, $display_vars;
|
||||
global $config, $phpbb_root_path, $portal_root_path, $phpbb_admin_path, $phpEx;
|
||||
|
||||
@@ -17,7 +17,7 @@ if (!defined('IN_PHPBB'))
|
||||
*/
|
||||
class acp_portal_info
|
||||
{
|
||||
function module()
|
||||
public function module()
|
||||
{
|
||||
return array(
|
||||
'filename' => 'acp_portal',
|
||||
|
||||
Reference in New Issue
Block a user