mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
update syntax
This commit is contained in:
parent
901c64f7a7
commit
d2ae01ef24
@ -107,7 +107,7 @@ class EditHandler extends Handler
|
||||
*/
|
||||
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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user