Changeset 22766
- Timestamp:
- 10/04/09 09:14:36 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelRowLevelAccessBehaviorPlugin/trunk/lib/sfRowLevelAccessBehavior.php
r22752 r22766 42 42 if (!is_readable($file)) 43 43 { 44 throw new Exception("Unable to load Row Level Access configuration, expected to be able to read schema-rla.yml");44 throw new Exception("Unable to load Row Level Access configuration, expected to be able to read rla.yml"); 45 45 } 46 46