mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-13 08:16:31 +00:00
Fix association on weblink edit screen
This commit is contained in:
parent
425daabf42
commit
4372ed85aa
@ -286,6 +286,6 @@ class WeblinkField extends FormField
|
||||
*/
|
||||
protected function getLabel()
|
||||
{
|
||||
return str_replace($this->id, $this->id . '_id', parent::getLabel());
|
||||
return str_replace($this->id, $this->id . '_name', parent::getLabel());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user