sync with master

This commit is contained in:
Ad Schellevis 2015-03-12 16:18:19 +00:00
parent 9d6a8690d2
commit 878773ef6f

View File

@ -304,7 +304,7 @@ class Config extends Singleton
/**
* backup current (running) config
*/
private function backup()
public function backup()
{
$target_dir = dirname($this->config_file)."/backup/";
$target_filename = "config-".time().".xml";