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/paymentWelcart.class.php +2 -2 2.12.12.12.4 View file →
@@ -5693,9 +5693,9 @@
5693 5693 $optstr = '';
5694 5694 foreach ( $options as $key => $value ) {
5695 5695 if ( ! empty( $key ) ) {
5696 5696 $key = urldecode( $key );
5697 - $value = maybe_unserialize( $value );
5697 + $value = wel_safe_maybe_unserialize( $value );
5698 5698 if ( is_array( $value ) ) {
5699 5699 $c = '';
5700 5700 $optstr .= '( ' . $key . ' : ';
5701 5701 foreach ( $value as $v ) {
@@ -5808,9 +5808,9 @@
5808 5808 $optstr = '';
5809 5809 foreach ( $options as $key => $value ) {
5810 5810 if ( ! empty( $key ) ) {
5811 5811 $key = urldecode( $key );
5812 - $value = maybe_unserialize( $value );
5812 + $value = wel_safe_maybe_unserialize( $value );
5813 5813 if ( is_array( $value ) ) {
5814 5814 $c = '';
5815 5815 $optstr .= '( ' . $key . ' : ';
5816 5816 foreach ( $value as $v ) {