Change JApplication to JApplicationHelper

This commit is contained in:
Oh 2021-10-16 09:45:05 +02:00
parent f0339880c3
commit 7a0eb5b7b3
Signed by untrusted user: Oh
GPG Key ID: F91C6D0A21225F8A

View File

@ -332,7 +332,7 @@ class DemoTableLook extends JTable
$this->alias = $this->name;
}
$this->alias = JApplication::stringURLSafe($this->alias);
$this->alias = JApplicationHelper::stringURLSafe($this->alias);
if (trim(str_replace('-', '', $this->alias)) == '')
{