You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixed the "always enabled" but there's still problems with how value is read from session. For me it now always kept it unchecked.
if (Session::newInstance()->_getForm('showEmail') != 0) should probably be if (Session::newInstance()->_getForm('showEmail') != "") in show_email_checkbox.
In the new version of the site, the Show e-mail checkbox is always enabled, it cannot be turned off even by the administrator.
Originally posted by @buninsan in #435 (comment)
The text was updated successfully, but these errors were encountered: