- Timestamp:
- 02/16/12 14:47:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/server/classes/models/ApplicationInstance.php
r256 r263 76 76 //Do note save if there are invalid references in this object. 77 77 if(!$this->evaluate()) 78 return false;78 throw new Exception('Evaluation failed.'); 79 79 80 80 //Ensure the required folder exists.
Note: See TracChangeset
for help on using the changeset viewer.