Skip to content
Snippets Groups Projects
Commit 73f38cfd authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

update version for updated plugins

parent a891e300
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ class MarketRelease extends SimpleORMap { ...@@ -113,6 +113,7 @@ class MarketRelease extends SimpleORMap {
$this->plugin->store(); $this->plugin->store();
} }
} }
$this->store();
$hash = md5(uniqid()); $hash = md5(uniqid());
$plugin_raw = $GLOBALS['TMP_PATH']."/plugin_$hash.zip"; $plugin_raw = $GLOBALS['TMP_PATH']."/plugin_$hash.zip";
create_zip_from_directory($dir, $plugin_raw); create_zip_from_directory($dir, $plugin_raw);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment