Skip to content

Commit

Permalink
Add missing filesystem param
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninodevo committed Aug 9, 2024
1 parent 15a453e commit 024dd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Importers/Photo_Stream_Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function run_import( string $action, int $page = 1, int|null $latest_time
case 'run_initial_import_data':
return $this->insert_data_from_flickr( $wp_filesystem, $page );
case 'run_initial_import_cleanup':
$this->clean_up_files();
$this->clean_up_files( $wp_filesystem );
}

return null;
Expand Down

0 comments on commit 024dd01

Please sign in to comment.