Development

Changeset 5340

You must first sign up to be able to contribute.

Changeset 5340

Show
Ignore:
Timestamp:
10/01/07 09:36:26 (2 years ago)
Author:
fabien
Message:

fixed sfPropelData error message (closes #2218)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/plugins/sfPropelPlugin/lib/propel/sfPropelData.class.php

    r5231 r5340  
    101101        if (!is_array($data)) 
    102102        { 
    103           throw new Exception('You must give a name for each fixture data entry'); 
     103          throw new Exception(sprintf('You must give a name for each fixture data entry (class %s)'), $class); 
    104104        } 
    105105 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.