Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
page_title
Commits
1d394463
Commit
1d394463
authored
Jun 28, 2011
by
Nicholas Thompson
Browse files
Adding the Delete op to the vocab Page Title Settings cache flush
parent
6f41171e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
page_title.module
page_title.module
+1
-0
No files found.
page_title.module
View file @
1d394463
...
...
@@ -408,6 +408,7 @@ function page_title_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) {
function
page_title_taxonomy
(
$op
,
$type
,
$edit
)
{
if
(
$type
==
'vocabulary'
)
{
switch
(
$op
)
{
case
'delete'
:
case
'update'
:
case
'insert'
:
// Flush the settings on update/insert.
...
...
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