Subversion Repositories Applications.framework

Rev

Rev 129 | Rev 146 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 129 Rev 141
Line 24... Line 24...
24
	private $registre;
24
	private $registre;
Line 25... Line 25...
25
 
25
 
26
	/**
26
	/**
27
	 * Constructeur par défaut
27
	 * Constructeur par défaut
28
	 */
28
	 */
29
	final public function __construct() {
29
	public function __construct() {
30
		if (Config::existe('fw_html_errors')) {
30
		if (Config::existe('fw_html_errors')) {
31
			ini_set('html_errors', Config::get('fw_html_errors'));
31
			ini_set('html_errors', Config::get('fw_html_errors'));
Line 32... Line 32...
32
		}
32
		}