Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f3d0fed0
Commit
f3d0fed0
authored
Nov 01, 2005
by
Dries
Browse files
- Patch
#35759
by mikeryan: fixed typo in file_directory_temp fieldname.
parent
cc835757
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
f3d0fed0
...
...
@@ -327,7 +327,7 @@ function system_view_general() {
$directory_temp
=
variable_get
(
'file_directory_temp'
,
FILE_DIRECTORY_TEMP
);
file_check_directory
(
$directory_temp
,
FILE_CREATE_DIRECTORY
,
'file_directory_temp'
);
$form
[
'files'
][
'file_directory_tmp'
]
=
array
(
$form
[
'files'
][
'file_directory_t
e
mp'
]
=
array
(
'#type'
=>
'textfield'
,
'#title'
=>
t
(
'Temporary directory'
),
'#default_value'
=>
$directory_temp
,
'#maxlength'
=>
255
,
'#valid'
=>
'directory'
,
'#description'
=>
t
(
'Location where uploaded files will be kept during previews. Relative paths will be resolved relative to the file system path.'
)
);
...
...
modules/system/system.module
View file @
f3d0fed0
...
...
@@ -327,7 +327,7 @@ function system_view_general() {
$directory_temp
=
variable_get
(
'file_directory_temp'
,
FILE_DIRECTORY_TEMP
);
file_check_directory
(
$directory_temp
,
FILE_CREATE_DIRECTORY
,
'file_directory_temp'
);
$form
[
'files'
][
'file_directory_tmp'
]
=
array
(
$form
[
'files'
][
'file_directory_t
e
mp'
]
=
array
(
'#type'
=>
'textfield'
,
'#title'
=>
t
(
'Temporary directory'
),
'#default_value'
=>
$directory_temp
,
'#maxlength'
=>
255
,
'#valid'
=>
'directory'
,
'#description'
=>
t
(
'Location where uploaded files will be kept during previews. Relative paths will be resolved relative to the file system path.'
)
);
...
...
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