update comment
This commit is contained in:
parent
0c3a8855a4
commit
29224ae96b
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue