PluginProbe
wpForo Forum / 3.2.1
wpForo Forum v3.2.1
3.2.1 3.2.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 All 141 releases
← All changes | admin/listtables/Moderations.php +1 -1 3.1.7 → 3.2.1 View file →
@@ -295,9 +295,9 @@
295 295 if( $s = wpfval( $_REQUEST, 's' ) ) {
296 296 $args['include'] = WPF()->moderation->search( $s );
297 297 }
298 298 $filter_by_userid = $this->get_filter_by_userid_var();
299 - $orderby = wpfval( $_REQUEST, 'orderby' );
299 + $orderby = (string) wpfval( $_REQUEST, 'orderby' );
300 300 $order = strtoupper( (string) wpfval( $_REQUEST, 'order' ) );
301 301 if( $filter_by_userid !== - 1 ) $args['userid'] = $filter_by_userid;
302 302
303 303 if( $type = $this->get_filter_by_type_var() ){