This commit is contained in:
@@ -13,7 +13,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
|
||||
internal static GlobalOpsBackupSettings Backup { get; set; }
|
||||
internal static DateTime LastBackup { get; set; }
|
||||
// internal static DateTime LastBackup { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -29,7 +29,7 @@ namespace AyaNova.Util
|
||||
ct.GlobalOpsBackupSettings.Add(Backup);
|
||||
ct.SaveChanges();
|
||||
}
|
||||
LastBackup=FileUtil.MostRecentBackupFileDate();
|
||||
Backup.LastBackup=FileUtil.MostRecentBackupFileDate();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user