Development

Changeset 5340

You must first sign up to be able to contribute.

Changeset 5340

Show
Ignore:
Timestamp:
10/01/07 09:36:26 (1 year 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