Skip to content

Commit

Permalink
Fix strict mode install error
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Mar 17, 2016
1 parent 81ea485 commit d7e9d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/cms/installer/adapter/component.php
Expand Up @@ -631,6 +631,7 @@ protected function storeExtension($deleteExisting = false)
$this->extension->client_id = 1;
$this->extension->params = $this->parent->getParams();
$this->extension->custom_data = '';
$this->extension->system_data = '';
}

$this->extension->manifest_cache = $this->parent->generateManifestCache();
Expand Down

0 comments on commit d7e9d0e

Please sign in to comment.