Skip to content

Commit

Permalink
Dev: deactivated asset linking again
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 30, 2016
1 parent 0ab3fe9 commit ddb0d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/LSYii_Application.php
Expand Up @@ -84,7 +84,7 @@ public function __construct($aApplicationConfig = null)
{
$this->setConfig($key, $value);
}
App()->getAssetManager()->linkAssets = true;
//App()->getAssetManager()->linkAssets = true;
// Asset manager path can only be set after App was constructed because it relies on App()
App()->getAssetManager()->setBaseUrl($settings['tempurl']. '/assets');
App()->getAssetManager()->setBasePath($settings['tempdir'] . '/assets');
Expand Down

0 comments on commit ddb0d00

Please sign in to comment.