1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Should address Issue #22

This commit is contained in:
Cameron
2012-11-28 19:07:08 -08:00
parent 0b03f8ed5a
commit e2562d52c5
2 changed files with 6 additions and 8 deletions

View File

@@ -116,13 +116,11 @@ class signup_shortcodes extends e_shortcode
function sc_signup_signup_text()
{
global $SIGNUP_TEXT;
{
// global $SIGNUP_TEXT;
$pref = e107::getPref();
$tp = e107::getParser();
if($pref['signup_text'])
{
return $tp->toHTML($pref['signup_text'], TRUE, 'parse_sc,defs');