We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c66ed5 commit 7a3b905Copy full SHA for 7a3b905
1 file changed
inc/formanswer.class.php
@@ -424,6 +424,7 @@ public static function getSpecificValueToSelect($field, $name = '', $values = ''
424
* @return null Nothing, just display the list
425
*/
426
public static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0) {
427
+ /** @var CommonDBTM $item */
428
if ($item instanceof PluginFormcreatorForm) {
429
self::showForForm($item);
430
} else {
0 commit comments