Changeset 5310
- Timestamp:
- 12/18/08 01:45:28 (7 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
1.0/lib/Doctrine/Record/Filter/Compound.php (modified) (2 diffs)
-
1.1/lib/Doctrine/Record/Filter/Compound.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Record/Filter/Compound.php
r5281 r5310 70 70 } 71 71 } 72 throw new Doctrine_Record_UnknownPropertyException(sprintf('Unknown record property / related component "%s" on "%s"', $name, get_class($record))); 72 73 } 73 74 … … 91 92 } 92 93 } 94 throw new Doctrine_Record_UnknownPropertyException(sprintf('Unknown record property / related component "%s" on "%s"', $name, get_class($record))); 93 95 } 94 96 } -
branches/1.1/lib/Doctrine/Record/Filter/Compound.php
r5281 r5310 70 70 } 71 71 } 72 throw new Doctrine_Record_UnknownPropertyException(sprintf('Unknown record property / related component "%s" on "%s"', $name, get_class($record))); 72 73 } 73 74 … … 91 92 } 92 93 } 94 throw new Doctrine_Record_UnknownPropertyException(sprintf('Unknown record property / related component "%s" on "%s"', $name, get_class($record))); 93 95 } 94 96 }