1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

#4402 fix wrong template key,

Probably just mistypo
This commit is contained in:
Jimako 2021-02-24 20:33:45 +01:00 committed by GitHub
parent 180b6d8432
commit 2d35fd27d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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))