From 729d14ae2d9fabdf8ee058a96d607a67e6aa8bd6 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 16 Nov 2014 00:26:11 +0000 Subject: [PATCH] Change backup cron script to command because it generates the backup command that could be used in a cron script but its not a cron script. --- app/backup/index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/backup/index.php b/app/backup/index.php index 366f267f8d..1df13834a9 100644 --- a/app/backup/index.php +++ b/app/backup/index.php @@ -100,7 +100,7 @@ else { $target_type = "script"; $backup = new backup; - $cron_script = $backup->command("backup", $file_format); + $command = $backup->command("backup", $file_format); } //restore a backup @@ -152,9 +152,9 @@ else { echo "