PluginProbe
Redirection / 2.9
Redirection v2.9
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
← All changes | modules/nginx.php +1 -2 4.02.9 View file →
@@ -16,11 +16,10 @@
16 16 protected function load( $data ) {
17 17 $mine = array( 'location' );
18 18
19 19 foreach ( $mine as $key ) {
20 - if ( isset( $data[ $key ] ) ) {
20 + if ( isset( $data[ $key ] ) )
21 21 $this->$key = $data[ $key ];
22 - }
23 22 }
24 23 }
25 24
26 25 protected function flush_module() {