summaryrefslogtreecommitdiffstats
path: root/db/folder.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/folder.php')
-rw-r--r--db/folder.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/folder.php b/db/folder.php
index 2e3c96a7c..23d33737f 100644
--- a/db/folder.php
+++ b/db/folder.php
@@ -71,6 +71,9 @@ class Folder extends Collection {
return $this->children;
}
-
+ public function jsonSerialize() {
+ //TODO: this is just for test
+ return $this->name;
+ }
} \ No newline at end of file