Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1da9055b
Commit
1da9055b
authored
May 29, 2013
by
Nathaniel Catchpole
Browse files
Issue
#2002714
by neochief: Fixed Remove unused local variables - core/includes/file.inc.
parent
4547223c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/file.inc
View file @
1da9055b
...
...
@@ -625,7 +625,6 @@ function file_valid_uri($uri) {
*/
function
file_unmanaged_copy
(
$source
,
$destination
=
NULL
,
$replace
=
FILE_EXISTS_RENAME
)
{
$original_source
=
$source
;
$original_destination = $destination;
// Assert that the source file actually exists.
if
(
!
file_exists
(
$source
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment