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
dbc5646f
Commit
dbc5646f
authored
Sep 10, 2006
by
Dries Buytaert
Browse files
- Patch
#83316
by nickl: fixed FAPI bug.
parent
2607f6e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/content_types.inc
View file @
dbc5646f
...
...
@@ -247,7 +247,7 @@ function node_type_form_validate($form_id, $form_values) {
* Implementation of hook_form_submit().
*/
function
node_type_form_submit
(
$form_id
,
$form_values
)
{
$op
=
isset
(
$
_POST
[
'op'
])
?
$_POST
[
'op'
]
:
''
;
$op
=
isset
(
$
form_values
[
'op'
])
?
$form_values
[
'op'
]
:
''
;
$type
=
new
stdClass
();
...
...
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