Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Revert incorrect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ecartz committed Dec 18, 2020
1 parent 227de4b commit bc75920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static function _get_template_mapping_for($file, $type) {
return dirname($file) . '/templates/tpl_' . basename($file);
case 'ext':
$file = static::extract_relative_path($file);
return DIR_FS_CATALOG . $file;
return DIR_FS_CATALOG . "templates/default/includes/$file";
case 'translation':
return DIR_FS_CATALOG . $file;
case 'literal':
Expand Down

0 comments on commit bc75920

Please sign in to comment.