Changeset 6693
- Timestamp:
- 12/24/07 23:03:09 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/sfPropelActAsCommentableToolkit.class.php
r5703 r6693 67 67 if (!is_string($model)) 68 68 { 69 throw new Exception('The param passed to the met od isTaggable must be a string.');69 throw new Exception('The param passed to the method isCommentable must be a string.'); 70 70 } 71 71