Skip to content

Commit

Permalink
Add system data to module
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Mar 18, 2016
1 parent 2b7dcaa commit e031d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/cms/installer/adapter/module.php
Expand Up @@ -374,6 +374,7 @@ protected function storeExtension()

// Custom data
$this->extension->custom_data = '';
$this->extension->system_data = '';
$this->extension->manifest_cache = $this->parent->generateManifestCache();

if (!$this->extension->store())
Expand Down

0 comments on commit e031d29

Please sign in to comment.