Update Interface

Completed the implementation of album manager
This commit is contained in:
marsooooo
2024-05-31 16:32:02 +02:00
parent 7b4720e0fe
commit 59223f6901
3 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ SELECT
'STATS' => l10n('Visited %d times', $row['hit']),
'FILE' => l10n('%s', $row['file']),
'related_categories' => $related_categories,
'related_category_ids' => $related_category_ids,
'related_category_ids' => json_encode($related_category_ids,JSON_NUMERIC_CHECK),
'U_JUMPTO' => (isset($url_img) and $user['level'] >= $media['image']['level']) ? $url_img : null,
'tag_selection' => $tag_selection,
'U_DOWNLOAD' => 'action.php?id='.$row['id'].'&part=e&pwg_token='.get_pwg_token().'&download',