mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
change backup method for config to public
This commit is contained in:
parent
261d487d8c
commit
6a2f32dcd2
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user