summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
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);
}