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

Commit

Permalink
modify upgrade droplets module
Browse files Browse the repository at this point in the history
  • Loading branch information
labby committed Nov 25, 2015
1 parent a316fa6 commit f9aca95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion upload/install/update/scripts/220_update.php
Expand Up @@ -108,7 +108,8 @@
"lib_phpmailer",
"lib_search",
"lib_semantic",
"lib_twig",
"lib_twig",
"news",
"tiny_mce_4",
"wysiwyg"

Expand Down
8 changes: 7 additions & 1 deletion upload/modules/droplets/upgrade.php
Expand Up @@ -40,5 +40,11 @@
}
// end include class.secure.php


// upgrade droplet EmailFilter
if (!function_exists('droplet_install')) {
include_once LEPTON_PATH.'/modules/droplets/functions.php';
}
if (file_exists(dirname(__FILE__) . '/install/droplet_EditThisPage.zip')) {
droplet_install(dirname(__FILE__) . '/install/droplet_EditThisPage.zip', LEPTON_PATH . '/temp/unzip/');
}
?>

0 comments on commit f9aca95

Please sign in to comment.