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

Commit c28caaf

Browse files
committed
Bugfix inside droplets; add missing var.
1 parent 8625284 commit c28caaf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

upload/modules/droplets/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ function droplet_install( $temp_file, $temp_unzip ) {
9090

9191
$errors = array();
9292
$count = 0;
93+
$imports = array();
9394

9495
$zip = new ZipArchive;
9596
if ( true === $zip->open( $temp_file) ) {

upload/modules/salesform

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f5b6d8df2815b282f1c01372c1e605309c6603bc

0 commit comments

Comments
 (0)