Changeset 13572 for modules/branches/2.10
- Timestamp:
- 02/23/12 15:57:49 (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
r13565 r13572 129 129 //apply configs if requested 130 130 if ($b->b['applyconfigs'] == 'true') { 131 do_reload( );131 do_reload(true); 132 132 } 133 133 backup_log(_('Backup successfully completed!'));
