|
@@ -36,7 +36,7 @@ class Link extends Backend
|
|
|
public function edit($ids = null)
|
|
|
{
|
|
|
if ($this->request->isPost()) {
|
|
|
- echo "-----------";
|
|
|
+// echo "-----------";
|
|
|
$params = $this->request->post('row/a');
|
|
|
if (empty($params)) {
|
|
|
$this->error(__('Parameter %s can not be empty', ''));
|