Skip to content

Commit

Permalink
Remove reference to removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Nov 15, 2021
1 parent e2dadb2 commit 07cf7e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/field.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ static function showForTab($params) {
$subtype = isset($_SESSION['glpi_tabs'][strtolower($item::getType())]) ? $_SESSION['glpi_tabs'][strtolower($item::getType())] : "";
$type = substr($subtype, -strlen('$main')) === '$main'
|| in_array('showForm', $functions)
|| in_array('showPrimaryForm', $functions)
|| in_array('showFormHelpdesk', $functions)
? 'dom'
: 'domtab';
Expand Down

0 comments on commit 07cf7e1

Please sign in to comment.