1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

signup_text - forgotten line to change

This commit is contained in:
Jimako
2018-12-19 08:40:19 +01:00
committed by GitHub
parent 1e44b5a8d9
commit 5158b3ab9b

View File

@@ -159,7 +159,7 @@ class signup_shortcodes extends e_shortcode
/* example: {SIGNUP_SIGNUP_TEXT}
/* example: {SIGNUP_SIGNUP_TEXT: class=custom} */
function sc_signup_signup_text()
function sc_signup_signup_text($parm='')
{
$pref = e107::getPref();
$tp = e107::getParser();