Development

Changeset 7945

You must first sign up to be able to contribute.

Changeset 7945

Show
Ignore:
Timestamp:
03/18/08 12:57:54 (7 months ago)
Author:
pookey
Message:

fixing attempt to access $this within static function

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/config/sfRootConfigHandler.class.php

    r7811 r7945  
    105105      if (isset($keys['file'])) 
    106106      { 
    107         $config['category']['file'] = $this->replacePath($keys['file']); 
     107        $config['category']['file'] = self::replacePath($keys['file']); 
    108108      } 
    109109    }