Changeset 25471 for trunk


Ignore:
Timestamp:
Nov 12, 2013, 10:43:50 PM (10 years ago)
Author:
rvelices
Message:

bug 2963: Ability to create css/js smarty templates - fixes again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r25464 r25471  
    13741374        $this->flush_pending($result, $pending, $key, $force);
    13751375        $key = $this->is_css ? array(get_absolute_root_url(false)): array(); //because for css we modify bg url
    1376         $pending = array($combinable);
     1376        if ($combinable->is_remote())
     1377          $result[] = $combinable;
     1378        else
     1379          $pending = array($combinable);
    13771380      }
    13781381    }
Note: See TracChangeset for help on using the changeset viewer.