summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-25 12:54:38 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-25 12:54:38 +0100
commit0f9e0e3de77de68cc75ccd69395665f9e1346951 (patch)
treebe6398f7134c3192e4ee0f89a88cbbfadfffc808 /bl/itembl.php
parent77ec6f08aa4fb223fba859ca0f6060e84006da43 (diff)
implemented feed update
Diffstat (limited to 'bl/itembl.php')
-rw-r--r--bl/itembl.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/bl/itembl.php b/bl/itembl.php
index c45ee3a91..4a3f302c7 100644
--- a/bl/itembl.php
+++ b/bl/itembl.php
@@ -117,10 +117,4 @@ class ItemBl extends Bl {
}
- // ATTENTION: this does no validation and is only for creating
- // items from the fetcher
- public function create($item){
- $this->mapper->insert($item);
- }
-
}