update comment

This commit is contained in:
Tim Fry 2024-11-24 09:29:17 -04:00
parent 0c3a8855a4
commit 29224ae96b
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ if (!class_exists('phrases')) {
}
//get the result
$rows = $database->select($sql, $parameters);
//iterate over all rows returned to remap them to uuid as key and filename as value
//iterate over all rows returned to remap them to uuid => filename
if (!empty($rows)) {
//set the path and filename for each of the uuids
foreach($rows as $row) {