Skip to content

Commit 8203ea2

Browse files
committed
Update due to namespace issue
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 0b2a3ca commit 8203ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ function download( $path, $download_url ) {
16711671
*/
16721672
function extract_zip( $zip_file, $path_to_extract ) {
16731673

1674-
$zip = new ZipArchive;
1674+
$zip = new \ZipArchive;
16751675
$res = $zip->open( $zip_file );
16761676
if ( true === $res ) {
16771677
$zip->extractTo( $path_to_extract );

0 commit comments

Comments
 (0)