Development

Changeset 7612

You must first sign up to be able to contribute.

Changeset 7612

Show
Ignore:
Timestamp:
02/26/08 13:42:11 (8 months ago)
Author:
fabien
Message:

made a minor tweak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/command/cli.php

    r7322 r7612  
    1616  $dispatcher = new sfEventDispatcher(); 
    1717  $logger = new sfCommandLogger($dispatcher); 
    18   $options = array('symfony_lib_dir' => realpath(dirname(__FILE__).'/..')); 
    1918 
    20   $application = new sfSymfonyCommandApplication($dispatcher, new sfAnsiColorFormatter(), $options); 
     19  $application = new sfSymfonyCommandApplication($dispatcher, new sfAnsiColorFormatter(), array('symfony_lib_dir' => realpath(dirname(__FILE__).'/..'))); 
    2120  $application->run(); 
    2221}