-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.0.8-RC1
-
Component/s: User Control Panel (UCP)
-
Labels:None
includes/ucp/ucp_profile.php only passes the signature itself ('SIGNATURE_PREVIEW' => $signature_preview) to the template, but not whether the preview button was hit or not (it doesn't pass $preview to the template).
Thus the templates always have to use something like
<!-- IF SIGNATURE_PREVIEW != '' -->
|
instead of
<!-- IF SIGNATURE_PREVIEW -->
|
to not disallow "0".
This affects both, prosilver and subsilver2.