Changeset 2319:abe2702e1585 for inc/core
- Timestamp:
- 10/09/13 08:37:56 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.store.reader.php
r2222 r2319 148 148 $this->setAuthorization($user, $pass); 149 149 150 return $this->get($path); 150 try { 151 return $this->get($path); 152 } 153 catch(Exception $e) { 154 // @todo Log error when repository query fail 155 return false; 156 } 151 157 } 152 158
Note: See TracChangeset
for help on using the changeset viewer.