summaryrefslogtreecommitdiffstats
path: root/lib/folder.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/folder.php')
-rw-r--r--lib/folder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/folder.php b/lib/folder.php
index 88d3300a5..a44630b9c 100644
--- a/lib/folder.php
+++ b/lib/folder.php
@@ -50,7 +50,7 @@ class OC_News_Folder extends OC_News_Collection {
}
public function getChildren(){
- return $children;
+ return $this->children;
}
} \ No newline at end of file