MDL-28605 repsitory/local - Prevent server running out of memory
Removing useless code..
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
2ce0d40694
commit
bf1b681560
@@ -99,10 +99,6 @@ class repository_local extends repository {
|
||||
continue;
|
||||
}
|
||||
$params = $child->get_params();
|
||||
$subdir_children = $child->get_children();
|
||||
//if (empty($subdir_children)) {
|
||||
//continue;
|
||||
//}
|
||||
$encodedpath = base64_encode(serialize($params));
|
||||
// hide user_private area from local plugin, user should
|
||||
// use private file plugin to access private files
|
||||
|
||||
Reference in New Issue
Block a user