summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-12 14:53:02 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-12 14:53:02 +0200
commita069add71e642f37c6309c3bd7af74761acef929 (patch)
tree59b3326de202dd5a8bb5e29ae1a626794fb6b349 /bl/feedbl.php
parente8767f75116ff7ef2b7a349480151c9f66bbade0 (diff)
implement export, needs proper unittests though, fix 31
Diffstat (limited to 'bl/feedbl.php')
-rw-r--r--bl/feedbl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl/feedbl.php b/bl/feedbl.php
index b70d95342..97deaeff0 100644
--- a/bl/feedbl.php
+++ b/bl/feedbl.php
@@ -49,7 +49,7 @@ class FeedBl extends Bl {
}
- public function findAllFromUser($userId){
+ public function findAll($userId){
return $this->mapper->findAllFromUser($userId);
}