Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
Bugfix inside droplets; add missing var.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldus committed Apr 30, 2018
1 parent 8625284 commit c28caaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions upload/modules/droplets/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function droplet_install( $temp_file, $temp_unzip ) {

$errors = array();
$count = 0;
$imports = array();

$zip = new ZipArchive;
if ( true === $zip->open( $temp_file) ) {
Expand Down
1 change: 1 addition & 0 deletions upload/modules/salesform
Submodule salesform added at f5b6d8

0 comments on commit c28caaf

Please sign in to comment.