1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Reinitialize user-extended data on signup page.

This commit is contained in:
Cameron 2021-01-20 19:46:37 -08:00
parent 2c88c8a1fe
commit 6ee43c0e07

View File

@ -483,6 +483,7 @@ class signup_shortcodes extends e_shortcode
/** @var e107_user_extended $ue */
$ue = e107::getUserExt();
$ue->init();
$tp = e107::getParser();
$catList = $ue->getCategories();