Skip to content
Snippets Groups Projects
Commit efbc87f6 authored by Croitor Alexandru's avatar Croitor Alexandru
Browse files

Fixed bug in function node_convert_check_template_permission_user

parent 8752137b
No related branches found
No related tags found
No related merge requests found
......@@ -900,7 +900,7 @@ function node_convert_check_template_permission_user($data) {
$template = $data['template'];
}
elseif (!empty($data['template_id'])) {
$template = node_convert_load_template($template_id);
$template = node_convert_load_template($data['template_id']);
}
else
return FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment