Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
37e72619
Commit
37e72619
authored
May 22, 2012
by
effulgentsia
Committed by
Crell
May 22, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs
#1593702
Roll back comment tweaks that have already been made in core.
parent
807947c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
+1
-2
core/lib/Drupal/Core/Updater/Updater.php
core/lib/Drupal/Core/Updater/Updater.php
+2
-2
No files found.
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
View file @
37e72619
...
...
@@ -44,8 +44,7 @@ abstract class LocalStream implements StreamWrapperInterface {
/**
* Gets the path that the wrapper is responsible for.
*
* @todo Review this method name in D8 per http://drupal.org/node/701358.
* @TODO: Review this method name in D8 per http://drupal.org/node/701358
*
* @return string
* String specifying the path.
...
...
core/lib/Drupal/Core/Updater/Updater.php
View file @
37e72619
...
...
@@ -213,7 +213,7 @@ public function update(&$filetransfer, $overrides = array()) {
$this
->
makeWorldReadable
(
$filetransfer
,
$args
[
'install_dir'
]
.
'/'
.
$this
->
name
);
// Run the updates.
// @
todo D
ecide if we want to implement this.
// @
TODO: d
ecide if we want to implement this.
$this
->
postUpdate
();
// For now, just return a list of links of things to do.
...
...
@@ -252,7 +252,7 @@ public function install(&$filetransfer, $overrides = array()) {
$this
->
makeWorldReadable
(
$filetransfer
,
$args
[
'install_dir'
]
.
'/'
.
$this
->
name
);
// Potentially enable something?
// @
todo
: decide if we want to implement this.
// @
TODO
: decide if we want to implement this.
$this
->
postInstall
();
// For now, just return a list of links of things to do.
return
$this
->
postInstallTasks
();
...
...
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