summaryrefslogtreecommitdiffstats
path: root/db/itemmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/itemmapper.php')
-rw-r--r--db/itemmapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/itemmapper.php b/db/itemmapper.php
index 884405e6b..c1a341aaa 100644
--- a/db/itemmapper.php
+++ b/db/itemmapper.php
@@ -44,7 +44,7 @@ class ItemMapper extends Mapper implements IMapper {
// prepare for the unexpected
if(!is_numeric($status)) {
- die(); die(); die('If you can read this something is terribly wrong');
+ die('If you can read this something is terribly wrong');
}
// now im gonna slowly stick them in the query, be careful!