mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-28605 repsitory/local - Prevent server running out of memory
Removing useless code..
This commit is contained in:
parent
c97cc5c72f
commit
22fb538603
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user