X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fnode.post_update.php;fp=web%2Fcore%2Fmodules%2Fnode%2Fnode.post_update.php;h=913137757c2bddeaf66e43e58254242fa0ec61ac;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=43e3cd6acc32935142d61ea0109bd6f3b7ad8a99;hpb=9424afc6c1f518c301bf87a23c047d1873435d05;p=yaffs-website diff --git a/web/core/modules/node/node.post_update.php b/web/core/modules/node/node.post_update.php index 43e3cd6ac..913137757 100644 --- a/web/core/modules/node/node.post_update.php +++ b/web/core/modules/node/node.post_update.php @@ -27,3 +27,10 @@ function node_post_update_configure_status_field_widget() { ])->save(); } } + +/** + * Clear caches due to updated views data. + */ +function node_post_update_node_revision_views_data() { + // Empty post-update hook. +}