Quote:
Originally Posted by stalkingdatoast
Im getting a weird error while navigation around on the competitions addon! someone help, thanks ..posting the error and image below..
|
Edit teams.php
Find
PHP Code:
$actiontemplates['none'] =& array_merge($actiontemplates['teams'], $actiontemplates['viewteam']);
Replace with
PHP Code:
$actiontemplates['none'] = array_merge($actiontemplates['teams'], $actiontemplates['viewteam']);