Development

Changeset 9940

You must first sign up to be able to contribute.

Changeset 9940

Show
Ignore:
Timestamp:
06/27/08 18:25:49 (4 months ago)
Author:
fabien
Message:

fixed typo (closes #3827)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/controller/sfController.class.php

    r9755 r9940  
    175175    $env     = sfConfig::get('sf_environment'); 
    176176 
    177     if (!sfConfig::get('sf_available') || sfToolkit::hasLockFile($rootDir.'/'.$app.'_'.$env.'.clilock')) 
     177    if (!sfConfig::get('sf_available') || sfToolkit::hasLockFile($rootDir.'/'.$app.'_'.$env.'.lck')) 
    178178    { 
    179179      // application is unavailable