From 8433a57bc6b77836254f721c745ab51e8696c098 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 2 Nov 2015 09:23:07 +0100 Subject: [PATCH] SyncpropertyTable: correct "add" link --- application/tables/SyncpropertyTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/tables/SyncpropertyTable.php b/application/tables/SyncpropertyTable.php index 108fcf02..b8d319ad 100644 --- a/application/tables/SyncpropertyTable.php +++ b/application/tables/SyncpropertyTable.php @@ -24,7 +24,7 @@ class SyncpropertyTable extends QuickTable 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()