1
0
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:
Cameron
2016-05-01 09:30:33 -07:00
parent b4e4cb686c
commit bec7071cdf
7 changed files with 166 additions and 642 deletions

View File

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