Fixed parse error.

namespaces wp-1.2.2
Frode Petterson 2014-11-25 10:55:32 +01:00
parent 60d166c6da
commit 9ed2e48fb5
1 changed files with 1 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ Class H5PExport {
// Create new zip instance.
$zip = new ZipArchive();
$zip->open($zipPath, ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE););
$zip->open($zipPath, ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE);
// Get all files and folders in $tempPath
$iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($tempPath . DIRECTORY_SEPARATOR));