Removed a few bugs in the Frontend regarding incompatible data types (inheritance)
This commit is contained in:
@@ -10,7 +10,7 @@ defined('_JEXEC') or die;
|
||||
class ClubsViewClubPlaces extends HtmlView
|
||||
{
|
||||
|
||||
public function display(string $tpl = null)
|
||||
public function display($tpl = null)
|
||||
{
|
||||
// FIXME Insert code from DB
|
||||
$this->clubid = 43;
|
||||
|
||||
Reference in New Issue
Block a user