Skip to content

Commit

Permalink
Solved bug found when trying to backup all users!
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 19, 2005
1 parent c36d930 commit 1b25873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/backup_execute.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
echo "</ul></li>";

//User info
if ($status && $preferences->backup_users) {
if ($status) {
echo "<li>".get_string("writinguserinfo").'</li>';
if (!$status = backup_user_info($backup_file,$preferences)) {
notify("An error occurred while backing up user info");
Expand Down

0 comments on commit 1b25873

Please sign in to comment.