1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-11 18:14:10 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();