mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor fix vconsole template
This commit is contained in:
parent
2a7e710b9e
commit
1369333ab8
@ -4073,7 +4073,7 @@ function visual_map_macro($label,$module){
|
|||||||
function visual_map_template_get_template_definition($id_layout_template) {
|
function visual_map_template_get_template_definition($id_layout_template) {
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
return db_get_row ('tlayout_template', 'id_layout_template', $id_layout_template);
|
return db_get_row ('tlayout_template', 'id', $id_layout_template);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user