summaryrefslogtreecommitdiffstats
path: root/lib/folder.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/folder.php')
-rw-r--r--lib/folder.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/folder.php b/lib/folder.php
index 93a37baa2..2e3c96a7c 100644
--- a/lib/folder.php
+++ b/lib/folder.php
@@ -62,11 +62,11 @@ class Folder extends Collection {
public function addChild(Collection $child) {
$this->children[] = $child;
}
-
+
public function addChildren($children) {
$this->children = $children;
}
-
+
public function getChildren() {
return $this->children;
}