SyncpropertyTable: correct "add" link

This commit is contained in:
Thomas Gelf 2015-11-02 09:23:07 +01:00
parent 7370bf34bb
commit 8433a57bc6

View File

@ -24,7 +24,7 @@ class SyncpropertyTable extends QuickTable
protected function getActionUrl($row) protected function getActionUrl($row)
{ {
return $this->url('director/syncproperty/add', array('id' => $row->id)); return $this->url('director/syncproperty', array('id' => $row->id));
} }
public function getTitles() public function getTitles()