MSD-19
- Changed old configuration to new class for installation - removed old classes
Dieser Commit ist enthalten in:
Ursprung
c0be3ce898
Commit
4a569043a6
18 geänderte Dateien mit 345 neuen und 753 gelöschten Zeilen
|
|
@ -107,8 +107,14 @@ class Msd_Config
|
|||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function save()
|
||||
public function save($configFilenameAndPath = null)
|
||||
{
|
||||
//$configFilename = $this->getParam('configFile');
|
||||
//echo "Dateiname: ". $configFilename;
|
||||
if ($configFilenameAndPath !== null) {
|
||||
$this->_ioHandler->setConfigFilename(basename($configFilenameAndPath));
|
||||
}
|
||||
|
||||
return $this->_ioHandler->save($this->_config);
|
||||
}
|
||||
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren