Skip to content

Commit

Permalink
Fixes for PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stolz committed Jul 21, 2015
1 parent 0df6cee commit fcf5594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ protected function calculatePipelineHash(array $assets)
return md5(implode($assets) . $salt);

// Automatic salt based on the last modification time of the assets
$timestamps = [];
$timestamps = array();
foreach($assets as $asset)
{
if($this->isRemoteLink($asset))
Expand Down

0 comments on commit fcf5594

Please sign in to comment.