1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 10:50:25 +02:00

Merge pull request #4422 from Jimmi08/patch-22

Issue #4402 fix wrong template key,
This commit is contained in:
Cameron
2021-02-25 15:44:24 -08:00
committed by GitHub

View File

@@ -348,7 +348,7 @@ class page_shortcodes extends e_shortcode
$text .= $tp->parseTemplate($template['item'],true,$sc);
}
$end = $tp->parseTemplate($template['start'],true,$sc);
$end = $tp->parseTemplate($template['end'],true,$sc);
$end .= "<!-- sc_book_chapters end template: ". $tmplKey." -->";
if(!empty($text))