Get Demo Component to work on both J3! and J4! via legacy approach #1
@ -332,7 +332,7 @@ class DemoTableLook extends JTable
|
|||||||
$this->alias = $this->name;
|
$this->alias = $this->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->alias = JApplication::stringURLSafe($this->alias);
|
$this->alias = JApplicationHelper::stringURLSafe($this->alias);
|
||||||
|
|
||||||
if (trim(str_replace('-', '', $this->alias)) == '')
|
if (trim(str_replace('-', '', $this->alias)) == '')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user