FIX useless mistaken character

This commit is contained in:
Nonimart 2025-06-23 16:11:01 +02:00
parent b62122eb59
commit d1b3ffd81c

View File

@ -28,7 +28,6 @@ function getRevueAuthors($revueID)
} }
} }
return array_unique($authors); return array_unique($authors);
s;
} }