diff --git a/framework/base/router.class.php b/framework/base/router.class.php
index 847452b748..37f524b96e 100644
--- a/framework/base/router.class.php
+++ b/framework/base/router.class.php
@@ -1830,7 +1830,7 @@ class baseRouter
global $filter;
/* Remove these three params. */
- unset($passedParams['PRJ']);
+ unset($passedParams['project']);
unset($passedParams['onlybody']);
unset($passedParams['HTTP_X_REQUESTED_WITH']);
diff --git a/module/action/control.php b/module/action/control.php
index 677c13c296..2d67b28ee0 100755
--- a/module/action/control.php
+++ b/module/action/control.php
@@ -24,6 +24,8 @@ class action extends control
*/
public function trash($type = 'all', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1)
{
+ $this->loadModel('backup');
+
/* Save session. */
$uri = $this->app->getURI(true);
$this->session->set('productList', $uri);
diff --git a/module/action/model.php b/module/action/model.php
index b5d66c8a55..abf3a1fd64 100755
--- a/module/action/model.php
+++ b/module/action/model.php
@@ -396,6 +396,7 @@ class actionModel extends model
}
elseif(($actionName == 'opened' or $actionName == 'managed' or $actionName == 'edited') and ($objectType == 'execution' || $objectType == 'project'))
{
+ $this->app->loadLang('executon');
$linkedProducts = $this->dao->select('id,name')->from(TABLE_PRODUCT)->where('id')->in($action->extra)->fetchPairs('id', 'name');
$action->extra = '';
if($linkedProducts)
diff --git a/module/action/view/trash.html.php b/module/action/view/trash.html.php
index aa52c3176e..9f41580d6d 100755
--- a/module/action/view/trash.html.php
+++ b/module/action/view/trash.html.php
@@ -12,14 +12,24 @@
?>
-
+
goback, '', "class='btn'");?>
" . $lang->action->dynamic->hidden, '', "class='btn btn-danger'");?>
-