Show
Ignore:
Timestamp:
02/26/06 13:28:19 (3 years ago)
Author:
schst
Message:

Fixed bug #150: Notice when enabling the template cache

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/patTemplate/Stat/File.php

    r208 r423  
    4040    * @return   integer unix timestamp 
    4141    */ 
    42     function getModificationTime( $input
     42    function getModificationTime($input
    4343    { 
    44        $fullPath   =   $this->_options['root'] . '/' . $input; 
     44        $fullPath = $this->getTemplateRoot() . '/' . $input; 
    4545        return @filemtime( $fullPath ); 
    4646    }