1
0
Fork 0

Continued to switch the old configuration handling to the new one.

Dieser Commit ist enthalten in:
DSB 2012-08-04 17:09:48 +00:00
Ursprung 025b5c339d
Commit ae87af916f
54 geänderte Dateien mit 501 neuen und 269 gelöschten Zeilen

Datei anzeigen

@ -100,6 +100,7 @@ class Zend_Config_Ini extends Zend_Config
public function __construct($filename, $section = null, $options = false)
{
if (empty($filename)) {
var_export(debug_backtrace());
/**
* @see Zend_Config_Exception
*/