Issue #1625 add array key for dataset

add array keys for body data helpful when selecting via javascript

also separates ids for combined tags and albums
This commit is contained in:
HWFord
2022-04-08 09:14:18 +02:00
parent acbf86a6fa
commit 5a4a669c08
3 changed files with 15 additions and 9 deletions
+1
View File
@@ -52,6 +52,7 @@ $page = array(
'warnings' => array(),
'messages' => array(),
'body_classes' => array(),
'body_data' => array(),
);
$user = array();
$lang = array();