Development

Changeset 1587

You must first sign up to be able to contribute.

Changeset 1587

Show
Ignore:
Timestamp:
07/06/06 19:37:29 (2 years ago)
Author:
fabien
Message:

fixed propel-build-model error after upgrading to 0.7.1581 (closes #713)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/tasks/sfPakePropel.php

    r1578 r1587  
    130130function _call_phing($task, $task_name, $check_schema = true) 
    131131{ 
    132   $schemas = pakeFinder::type('file')->name('*schema.yml')->relative()->in('config'); 
     132  $schemas = pakeFinder::type('file')->name('*schema.xml')->relative()->in('config'); 
    133133  if ($check_schema && !$schemas) 
    134134  {