Skip to content

Commit

Permalink
Issue #15496: wrong variable name in move_attachments.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Apr 17, 2013
1 parent 2f3baa3 commit 815a4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/move_attachments.php
Expand Up @@ -124,7 +124,7 @@ function move_attachments_to_disk( $p_type, $p_projects ) {
$t_status = "Moved to '$t_filename'";
}
} else {
$t_status = "Copy to '$t_file_name' failed";
$t_status = "Copy to '$t_filename' failed";
$t_failures++;
}

Expand Down

0 comments on commit 815a4e4

Please sign in to comment.