summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-04 14:51:47 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-04 14:51:47 -0400
commit69480001986cd83852ee6351fbd5d68718eb829c (patch)
tree42ecf232740c84238727665fb198135a4e1fb989 /lib
parent41115284bf6c1023a542be0d6f2fab77febad36b (diff)
everything is there but the fancyness
Diffstat (limited to 'lib')
-rw-r--r--lib/foldermapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/foldermapper.php b/lib/foldermapper.php
index 5a37fe20a..48c4b18ad 100644
--- a/lib/foldermapper.php
+++ b/lib/foldermapper.php
@@ -113,7 +113,7 @@ class OC_News_FolderMapper {
$folderid = OCP\DB::insertid(self::tableName);
$folder->setId($folderid);
-
+ return $folderid;
}
//TODO: replace it with a DELETE INNER JOIN operation