mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Remove stray reference to server_add_dir_list.html.php
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user