Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Aug 26, 2022
1 parent 1617cad commit 1946054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog.php
Expand Up @@ -176,7 +176,7 @@ function require_auth() {
$template_dir = $xerte_toolkits_site->users_file_area_full . $templates[$i]['template_id'] . "-" . $templates[$i]['owner_username'] . "-" . $templates[$i]['template_type'] . "/";
$dataFilename = $template_dir . "data.xml";
$decoder = new XerteProjectDecoder($dataFilename);
$template->data = $decoder->detailedTemplateDecode($templates[$i]['template_id'], false);
$template->data = $decoder->detailedTemplateDecode($templates[$i]['template_id'], $templates[$i]);
$tmptemplates[] = $template;
}
$response->count = count($tmptemplates);
Expand Down

0 comments on commit 1946054

Please sign in to comment.