Skip to content

Commit

Permalink
PHP Fatal error with PHP 7.0
Browse files Browse the repository at this point in the history
fix PHP Fatal error:  'continue' not in the 'loop' or 'switch' context in ansel/lib/View/Upload.php on line 527
  • Loading branch information
BigMichi1 authored and yunosh committed May 9, 2016
1 parent 1e95ead commit 8069bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/View/Upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ private function _handleZip($filename)
$files = $zip->decompress($data, array('action' => Horde_Compress_Zip::ZIP_LIST));
} catch (Horde_Compress_Exception $e) {
throw new Ansel_Exception($e);
continue;
}

/* Iterate the archive */
Expand Down

0 comments on commit 8069bca

Please sign in to comment.