Changeset 25568 for trunk


Ignore:
Timestamp:
Nov 19, 2013, 5:26:07 AM (10 years ago)
Author:
rvelices
Message:

bug 2963: Ability to create css/js smarty templates - fixes (last I hope)

File:
1 edited

Legend:

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

    r25547 r25568  
    751751    }
    752752
    753     $this->cssLoader->add($params['id'], $params['path'], (int)@$params['version'], (int)@$params['order'], (bool)@$params['template']);
     753    $this->cssLoader->add($params['id'], $params['path'], isset($params['version']) ? $params['version'] : 0, (int)@$params['order'], (bool)@$params['template']);
    754754  }
    755755
     
    14381438  }
    14391439
    1440   private function flush_pending(&$result, $pending, $key, $force)
     1440  private function flush_pending(&$result, &$pending, $key, $force)
    14411441  {
    14421442    if (count($pending)>1)
Note: See TracChangeset for help on using the changeset viewer.