Changeset 392
- Timestamp:
- 07/21/10 10:49:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/models/validator.php
r388 r392 60 60 $this->read(); 61 61 if (!($validator = $this->_getValidator())) { 62 $this->log('Could not get validator class'); 62 63 return; 63 64 } … … 111 112 } 112 113 113 return new $className(); 114 $validator = new $className(); 115 return $validator; 114 116 } 115 117
Note: See TracChangeset
for help on using the changeset viewer.