Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
9ec7d247
Commit
9ec7d247
authored
Feb 02, 2012
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#1423510
by oriol_e9g: undefined var in prepareInstallDirectory.
parent
82cb7cf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/includes/updater.inc
core/includes/updater.inc
+1
-1
No files found.
core/includes/updater.inc
View file @
9ec7d247
...
...
@@ -330,7 +330,7 @@ public function prepareInstallDirectory(&$filetransfer, $directory) {
}
catch
(
FileTransferException
$e
)
{
$message
=
t
(
$e
->
getMessage
(),
$e
->
arguments
);
$throw_message
=
t
(
'Unable to create %directory due to the following: %reason'
,
array
(
'%directory'
=>
$
install_location
,
'%reason'
=>
$message
));
$throw_message
=
t
(
'Unable to create %directory due to the following: %reason'
,
array
(
'%directory'
=>
$
directory
,
'%reason'
=>
$message
));
throw
new
UpdaterException
(
$throw_message
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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