dever 4 years ago
parent
commit
5d136cc3fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/collection/lib/Manage.php

+ 1 - 1
app/collection/lib/Manage.php

@@ -230,7 +230,7 @@ class Manage
                     $param['top_project'] = 'collection';
                 }
                 
-                $data[$k]['data_editurl'] = $database->url($method, $v['id'], $table_name, '', $project_name, $param);
+                $data[$k]['data_editurl'] = $database->url($method, false, $table_name, '', $project_name, $param);
                 
                 $data[$k]['delete'] = $database->url('delete', $v['id']);
             }