summaryrefslogtreecommitdiffstats
path: root/lib/foldermapper.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-19 21:45:31 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-19 21:45:31 -0400
commit2259f8635969a3b409dedda8cc1662486fe12ba4 (patch)
tree20ff884bd1ceb14ad345c7901a7213b77277967f /lib/foldermapper.php
parent4fd557478736c83cc378262754b1a0bb9682398c (diff)
introduces field userid in the feed table to fix a bug in the update functions
Diffstat (limited to 'lib/foldermapper.php')
-rw-r--r--lib/foldermapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/foldermapper.php b/lib/foldermapper.php
index 01dce13d7..19d7e56a5 100644
--- a/lib/foldermapper.php
+++ b/lib/foldermapper.php
@@ -23,7 +23,7 @@ class OC_News_FolderMapper {
if ($userid !== null) {
$this->userid = $userid;
}
- $userid = OCP\USER::getUser();
+ $this->userid = OCP\USER::getUser();
}
/**