@@ 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 | ||
@@ 180-182 (lines=3) @@ | ||
177 | return; |
|
178 | } |
|
179 | ||
180 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
181 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
182 | } |
|
183 | ||
184 | $this->finish(); |
|
185 |