summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/itembl.php')
-rw-r--r--bl/itembl.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/bl/itembl.php b/bl/itembl.php
index f2b1ac1b3..629f9317f 100644
--- a/bl/itembl.php
+++ b/bl/itembl.php
@@ -72,4 +72,11 @@ class ItemBl extends Bl {
$this->mapper->readFeed($feedId, $userId);
}
+
+ // ATTENTION: this does no validation and is only for creating
+ // items from the fetcher
+ public function create($item){
+ $this->mapper->insert($item);
+ }
+
}