Changeset 1106
- Timestamp:
- 09/07/08 14:27:20 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/lib/utils/scripts/ci-test.php
r1105 r1106 151 151 } else { 152 152 $this->debug('File '.AK_CI_CONFIG_FILE.' does not exist'); 153 $this->_createCiConfigFile(); 153 $res = $this->_createCiConfigFile(); 154 if (!$res) { 155 $this->error('Could not create: '.AK_CI_CONFIG_FILE,true); 156 } 154 157 $this->loadSettings(); 155 158 }
