Skip to content

Commit 6b1f248

Browse files
cedric-annetrasher
authored andcommitted
Fix column ambiguity in public reminder request
fixes #22212
1 parent bdae694 commit 6b1f248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reminder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ final public static function getListCriteria(): array
626626
'DISTINCT' => true,
627627
'FROM' => 'glpi_reminders',
628628
'WHERE' => $visibility_criteria,
629-
'ORDERBY' => 'name',
629+
'ORDERBY' => 'glpi_reminders.name',
630630
],
631631
self::getVisibilityCriteria()
632632
);

0 commit comments

Comments
 (0)