update syntax

This commit is contained in:
Thomas Portelange 2024-09-30 08:53:57 +02:00 committed by GitHub
parent 901c64f7a7
commit d2ae01ef24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ class EditHandler extends Handler
*/ */
public function Link($action = null) public function Link($action = null)
{ {
return Controller::join_links(parent::Link(), static::config()->url_segment, $action); return Controller::join_links(parent::Link(), static::config()->get('url_segment'), $action);
} }
/** /**