Development

#3534 (sf1.1 generate:task fails - sfGenerateTaskTask.class.php)

You must first sign up to be able to contribute.

Ticket #3534 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

sf1.1 generate:task fails - sfGenerateTaskTask.class.php

Reported by: michael.piecko Assigned to: fabien
Priority: major Milestone:
Component: tasks Version: 1.1.0 RC1
Keywords: Cc:
Qualification: Unreviewed

Description

In sfGenerateTaskTask.class.php there is a validation check of the class name. I think it should be '$taskClassName' NOT '$app':

http://trac.symfony-project.com/browser/branches/1.1/lib/task/generator/sfGenerateTaskTask.class.php#L67

Michael

Change History

05/14/08 11:18:41 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [8947]) fixed typo (closes #3534)