summaryrefslogtreecommitdiff
path: root/modules/server_add
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-05 02:29:02 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-05 02:29:02 +0000
commit05f22b47d81481cf8b10a005e586902370cd99bc (patch)
tree023f666e48f11ae16419db3fc85064270b852347 /modules/server_add
parent64b02026ed645761e910bc31334b66171c58cb5a (diff)
Remove stray reference to server_add_dir_list.html.php
Diffstat (limited to 'modules/server_add')
-rw-r--r--modules/server_add/controllers/admin_server_add.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/server_add/controllers/admin_server_add.php b/modules/server_add/controllers/admin_server_add.php
index 466e5e41..cbac7eb5 100644
--- a/modules/server_add/controllers/admin_server_add.php
+++ b/modules/server_add/controllers/admin_server_add.php
@@ -38,8 +38,6 @@ class Admin_Server_Add_Controller extends Admin_Controller {
$path = $form->add_path->path->value;
$paths[$path] = 1;
module::set_var("server_add", "authorized_paths", serialize($paths));
- $view = new View("server_add_dir_list.html");
- $view->paths = array_keys($paths);
$form->add_path->inputs->path->value = "";
message::success(t("Added path %path", array("path" => $path)));