Skip to content

Commit

Permalink
Backup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinstrom committed Jul 18, 2018
1 parent 4e9921a commit 3914886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
use FreePBX\modules\Backup as Base;
class Backup Extends Base\BackupBase{
public function runBackup($id,$transaction){
$this->addConfigs($this->FreePBX->Superfecta->dumpConfig());
$this->addConfigs($this->FreePBX->Superfecta->dumpConfigs());
}
}
}

0 comments on commit 3914886

Please sign in to comment.