diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-15 15:23:51 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-15 15:23:51 +0000 |
commit | ff7042aba4ba6a98b98b7a4435417d63374f2d69 (patch) | |
tree | 8949f0b7bbb36ef70492694371f4977321a4e2ba /h-source/Application/Controllers/HistoryController.php | |
parent | 8e1a6083cf4be6b0fb2d31863e409dfcb4705261 (diff) |
added view file for permanently deleted devices
Diffstat (limited to 'h-source/Application/Controllers/HistoryController.php')
-rw-r--r-- | h-source/Application/Controllers/HistoryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/HistoryController.php b/h-source/Application/Controllers/HistoryController.php index ee68381..8c14bb0 100644 --- a/h-source/Application/Controllers/HistoryController.php +++ b/h-source/Application/Controllers/HistoryController.php @@ -195,7 +195,7 @@ class HistoryController extends BaseController 'to_status' => 'yes', 'exec_string' => 'The device page has been permanently deleted. Just reload the page', 'error_string' => 'Error: the device page has already been permanently deleted', -// 'method' => 'oupdate', + 'method' => 'permanentlyDelete', ), ); |