Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbc4037

Browse files
committedApr 17, 2013
Issue #15496: wrong variable name in move_attachments.php
1 parent 2384d29 commit cbc4037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎admin/move_attachments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function move_attachments_to_disk( $p_type, $p_projects ) {
124124
$t_status = "Moved to '$t_filename'";
125125
}
126126
} else {
127-
$t_status = "Copy to '$t_file_name' failed";
127+
$t_status = "Copy to '$t_filename' failed";
128128
$t_failures++;
129129
}
130130

0 commit comments

Comments
 (0)
Please sign in to comment.