1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

fixes #183, #185. Important change - $SC_STYLE (the replacement of v1

$sc_style) renamed to most propper $SC_WRAPPER. Testing still required.
This commit is contained in:
SecretR
2013-04-29 13:31:21 +03:00
parent f6703349a5
commit 6b820f4076
3 changed files with 8 additions and 8 deletions

View File

@@ -1017,7 +1017,7 @@ class e_parse_shortcode
}
if (isset($this->sc_style[$code]['post']))
{
$post = $ret.$this->sc_style[$code]['post'];
$post = $this->sc_style[$code]['post'];
}
}
// new way - same format as wrapper