Skip to content

Commit db757ba

Browse files
committed
fix(issue): ambiguous column in SQL query
1 parent 99ecf42 commit db757ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function plugin_formcreator_addDefaultWhere($itemtype) {
166166
}
167167

168168
// Add users_id_recipient
169-
$condition .= " OR `users_id_recipient` = $currentUser ";
169+
$condition .= " OR `glpi_plugin_formcreator_issues`.`users_id_recipient` = $currentUser ";
170170

171171
$condition = "($condition)";
172172
break;

0 commit comments

Comments
 (0)