From a43f3aef14a46bc8f64c457a0a76de8c78bd8b3e Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Wed, 26 Jul 2006 08:25:25 +0000
Subject: [PATCH] #75186 by pwolanin, invalidate the cache on saving via the
 node admin page.

---
 modules/node/node.module | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/node/node.module b/modules/node/node.module
index b82658d4a453..7d0749e3a9f1 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1098,6 +1098,7 @@ function node_admin_nodes_submit($form_id, $edit) {
         db_query($operation, $nid);
       }
     }
+    cache_clear_all();
     drupal_set_message(t('The update has been performed.'));
   }
 }
-- 
GitLab