SyncruleController: remove legacy property
This commit is contained in:
parent
e29da23f99
commit
12b5e0223e
|
@ -100,7 +100,6 @@ class SyncruleController extends ActionController
|
||||||
|
|
||||||
public function addpropertyAction()
|
public function addpropertyAction()
|
||||||
{
|
{
|
||||||
$this->view->stayHere = true;
|
|
||||||
$edit = false;
|
$edit = false;
|
||||||
|
|
||||||
if ($id = $this->params->get('id')) {
|
if ($id = $this->params->get('id')) {
|
||||||
|
|
Loading…
Reference in New Issue