mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug 2963: Ability to create css/js smarty templates - fixes again
git-svn-id: http://piwigo.org/svn/trunk@25471 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1373,7 +1373,10 @@ final class FileCombiner
|
||||
{
|
||||
$this->flush_pending($result, $pending, $key, $force);
|
||||
$key = $this->is_css ? array(get_absolute_root_url(false)): array(); //because for css we modify bg url
|
||||
$pending = array($combinable);
|
||||
if ($combinable->is_remote())
|
||||
$result[] = $combinable;
|
||||
else
|
||||
$pending = array($combinable);
|
||||
}
|
||||
}
|
||||
$this->flush_pending($result, $pending, $key, $force);
|
||||
|
||||
Reference in New Issue
Block a user