Changeset 2956
- Timestamp:
- 06/01/10 06:33:47 (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
gui/include/IspCP/ConfigHandler/File.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r2955 r2956 1 1 ispCP ω 1.0.6 ChangeLog 2 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 4 2010-06-01 Laurent Declercq 5 - GUI: 6 Fixed uninitialized variable in ispCP_ConfigHandler_File 3 7 4 8 2010-05-31 Thomas Wacker -
trunk/gui/include/IspCP/ConfigHandler/File.php
r2943 r2956 89 89 if ($fd === false) { 90 90 throw new Exception( 91 "Unable to open the configuration file ` $path_file`!"91 "Unable to open the configuration file `{$this->_path_file}`!" 92 92 ); 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.
