Development

Changeset 11522

You must first sign up to be able to contribute.

Changeset 11522

Show
Ignore:
Timestamp:
09/14/08 07:40:03 (5 years ago)
Author:
fabien
Message:

[1.2] fixed a typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelPlugin/trunk/lib/task/sfPropelBuildAllLoadTask.class.php

    r11302 r11522  
    6767    $databaseManager = new sfDatabaseManager($this->configuration); 
    6868 
    69     require_once dirname(__FILE__) . '/../propel/addon/sfPropelAutoload.php'; 
     69    require_once dirname(__FILE__) . '/../addon/sfPropelAutoload.php'; 
    7070 
    7171    $buildAll = new sfPropelBuildAllTask($this->dispatcher, $this->formatter);