Changeset 2956


Ignore:
Timestamp:
06/01/10 06:33:47 (21 months ago)
Author:
nuxwin
Message:
  • [GUI] Fixed uninitialized variable in ispCP_ConfigHandler_File
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2955 r2956  
    11ispCP ω 1.0.6 ChangeLog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42010-06-01 Laurent Declercq 
     5        - GUI: 
     6                Fixed uninitialized variable in ispCP_ConfigHandler_File 
    37 
    482010-05-31 Thomas Wacker 
  • trunk/gui/include/IspCP/ConfigHandler/File.php

    r2943 r2956  
    8989                if ($fd === false) { 
    9090                        throw new Exception( 
    91                                 "Unable to open the configuration file `$path_file`!" 
     91                                "Unable to open the configuration file `{$this->_path_file}`!" 
    9292                        ); 
    9393                } 
Note: See TracChangeset for help on using the changeset viewer.