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
122c2b7e
Commit
122c2b7e
authored
Oct 15, 2013
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2109833
by ianmthomasuk: Finish converting stream_public_path() to CMI.
parent
2ebd3f74
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/modules/file/tests/file_test/lib/Drupal/file_test/DummyReadOnlyStreamWrapper.php
..._test/lib/Drupal/file_test/DummyReadOnlyStreamWrapper.php
+1
-1
No files found.
core/modules/file/tests/file_test/lib/Drupal/file_test/DummyReadOnlyStreamWrapper.php
View file @
122c2b7e
...
...
@@ -16,7 +16,7 @@
*/
class
DummyReadOnlyStreamWrapper
extends
LocalReadOnlyStream
{
function
getDirectoryPath
()
{
return
variable_get
(
'stream_public_path'
,
'sites/default/files'
)
;
return
'sites/default/files'
;
}
/**
...
...
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