Development

Changeset 5339

You must first sign up to be able to contribute.

Changeset 5339

Show
Ignore:
Timestamp:
10/01/07 09:35:33 (1 year ago)
Author:
fabien
Message:

fixed sfPropelData error message (closes #2218)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/addon/propel/sfPropelData.class.php

    r4941 r5339  
    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