Modified class files for PHP5

This commit is contained in:
Marc Alexander
2011-04-19 13:02:34 +02:00
parent 02233a88c4
commit 0009f1de1d
30 changed files with 277 additions and 277 deletions

View File

@@ -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;

View File

@@ -17,7 +17,7 @@ if (!defined('IN_PHPBB'))
*/
class acp_portal_info
{
function module()
public function module()
{
return array(
'filename' => 'acp_portal',