mirror of
https://github.com/getgrav/grav.git
synced 2026-07-20 08:41:01 +02:00
Fix for a remote link breaking all CSS rewrites for pipeline - #768
This commit is contained in:
@@ -1010,10 +1010,11 @@ class Assets
|
||||
protected function gatherLinks(array $links, $css = true)
|
||||
{
|
||||
$buffer = '';
|
||||
$local = true;
|
||||
|
||||
|
||||
foreach ($links as $asset) {
|
||||
$relative_dir = '';
|
||||
$local = true;
|
||||
|
||||
$link = $asset['asset'];
|
||||
$relative_path = $link;
|
||||
|
||||
Reference in New Issue
Block a user