summaryrefslogtreecommitdiffstats
path: root/lib/foldermapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/foldermapper.php')
-rw-r--r--lib/foldermapper.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/foldermapper.php b/lib/foldermapper.php
index 17fcbbf7b..a30759d2d 100644
--- a/lib/foldermapper.php
+++ b/lib/foldermapper.php
@@ -83,6 +83,14 @@ class FolderMapper {
/**
+ * This is being used for consistency
+ */
+ public function findById($id){
+ return $this->find($id);
+ }
+
+
+ /**
* @brief Retrieve a folder from the database
* @param id The id of the folder in the database table.
* @returns an instance of OC_News_Folder