PluginProbe
Welcart e-Commerce / 2.12.4
Welcart e-Commerce v2.12.4
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
← All changes | classes/paymentSBPS.class.php +2 -2 2.12.12.12.4 View file →
@@ -4632,9 +4632,9 @@
4632 4632 $optstr = '';
4633 4633 foreach ( $options as $key => $value ) {
4634 4634 if ( ! empty( $key ) ) {
4635 4635 $key = urldecode( $key );
4636 - $value = maybe_unserialize( $value );
4636 + $value = wel_safe_maybe_unserialize( $value );
4637 4637 if ( is_array( $value ) ) {
4638 4638 $c = '';
4639 4639 $optstr .= '( ' . $key . ' : ';
4640 4640 foreach ( $value as $v ) {
@@ -4736,9 +4736,9 @@
4736 4736 $optstr = '';
4737 4737 foreach ( $options as $key => $value ) {
4738 4738 if ( ! empty( $key ) ) {
4739 4739 $key = urldecode( $key );
4740 - $value = maybe_unserialize( $value );
4740 + $value = wel_safe_maybe_unserialize( $value );
4741 4741 if ( is_array( $value ) ) {
4742 4742 $c = '';
4743 4743 $optstr .= '( ' . $key . ' : ';
4744 4744 foreach ( $value as $v ) {