Initial steps towards the J4 legacy edition.
This commit is contained in:
@ -323,7 +323,7 @@ class ComponentbuilderTableHelp_document extends JTable
|
||||
$this->alias = $this->title;
|
||||
}
|
||||
|
||||
$this->alias = JApplication::stringURLSafe($this->alias);
|
||||
$this->alias = JApplicationHelper::stringURLSafe($this->alias);
|
||||
|
||||
if (trim(str_replace('-', '', $this->alias)) == '')
|
||||
{
|
||||
|
Reference in New Issue
Block a user