mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Fixes #1597 - Legacy shortcode issue.
This commit is contained in:
@@ -829,10 +829,6 @@ class e_parse extends e_parser
|
||||
*/
|
||||
function parseTemplate($text, $parseSCFiles = true, $extraCodes = null, $eVars = null)
|
||||
{
|
||||
if(!empty($extraCodes) && $this->isSimpleParse($extraCodes)) // support for a combined simple and standard template parse. - (eg. used by signup email template.)
|
||||
{
|
||||
$text = $this->simpleParse($text, $extraCodes, false);
|
||||
}
|
||||
|
||||
if(!is_bool($parseSCFiles))
|
||||
{
|
||||
|
Reference in New Issue
Block a user