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
a43f3aef
Commit
a43f3aef
authored
Jul 26, 2006
by
drumm
Browse files
#75186
by pwolanin, invalidate the cache on saving via the node admin page.
parent
cbb8ea04
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.module
View file @
a43f3aef
...
@@ -1098,6 +1098,7 @@ function node_admin_nodes_submit($form_id, $edit) {
...
@@ -1098,6 +1098,7 @@ function node_admin_nodes_submit($form_id, $edit) {
db_query
(
$operation
,
$nid
);
db_query
(
$operation
,
$nid
);
}
}
}
}
cache_clear_all
();
drupal_set_message
(
t
(
'The update has been performed.'
));
drupal_set_message
(
t
(
'The update has been performed.'
));
}
}
}
}
...
...
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