@@ 146-148 (lines=3) @@ | ||
143 | return false; |
|
144 | } |
|
145 | ||
146 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
147 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
148 | } |
|
149 | ||
150 | $this->finish(); |
|
151 | ||
@@ 179-181 (lines=3) @@ | ||
176 | return; |
|
177 | } |
|
178 | ||
179 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
180 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
181 | } |
|
182 | ||
183 | $this->finish(); |
|
184 |