mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Remove debug code.
This commit is contained in:
@@ -42,7 +42,6 @@ class Server_Add_Controller extends Admin_Controller {
|
||||
|
||||
// Make a tree with the parents back up to the authorized path, and all the children under the
|
||||
// current path.
|
||||
Kohana_Log::add("error", $path);
|
||||
if (server_add::is_valid_path($path)) {
|
||||
$tree->parents[] = $path;
|
||||
while (server_add::is_valid_path(dirname($tree->parents[0]))) {
|
||||
|
||||
Reference in New Issue
Block a user