Skip to content

Commit

Permalink
fix(formanswer): use of non-eistent field for count
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Mar 5, 2019
1 parent 971339f commit fb30d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/formanswer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0) {
static::getTable(),
[
$formFk => $item->getID(),
'is_deleted' => 0,
]
);
return self::createTabEntry(self::getTypeName($number), $number);
Expand Down

0 comments on commit fb30d55

Please sign in to comment.