Changeset 14131
- Timestamp:
- 06/13/12 07:56:53 (1 year ago)
- Files:
-
- modules/branches/2.10/backup/bin/backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/backup/bin/backup.php
r14086 r14131 26 26 //b= backup object 27 27 if ($bu = backup_get_backup($vars['id'])) { 28 28 //dont run if no storage servers were found 29 if (!isset($bu['storage_servers']) || count($bu['storage_servers']) < 1) { 30 backup_log(_('No storage servers found! Aborting.')); 31 exit(); 32 } 29 33 $s = backup_get_server('all_detailed'); 30 34 $b = new Backup($bu, $s);
