| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | } |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | protected function flush_module() { |
| 31 | - include_once dirname( dirname( __FILE__ ) ) . '/models/htaccess.php'; | |
| 31 | + include_once dirname( dirname( __FILE__ ) ).'/models/htaccess.php'; | |
| 32 | 32 | |
| 33 | 33 | if ( empty( $this->location ) ) { |
| 34 | 34 | return; |
| 35 | 35 | } |
| @@ -49,9 +49,9 @@ | ||
| 49 | 49 | return $htaccess->save( $this->location ); |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | public function update( array $data ) { |
| 53 | - include_once dirname( dirname( __FILE__ ) ) . '/models/htaccess.php'; | |
| 53 | + include_once dirname( dirname( __FILE__ ) ).'/models/htaccess.php'; | |
| 54 | 54 | |
| 55 | 55 | $save = array( |
| 56 | 56 | 'location' => isset( $data['location'] ) ? trim( $data['location'] ) : '', |
| 57 | 57 | ); |