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:
rvelices
2013-11-12 21:43:50 +00:00
parent 6f1b9ab904
commit 53ac8a878e

View File

@@ -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);