Remove stray reference to server_add_dir_list.html.php

This commit is contained in:
Bharat Mediratta
2009-03-05 02:29:02 +00:00
parent 64b02026ed
commit 05f22b47d8

View File

@@ -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)));