Skip to content
Snippets Groups Projects
Commit 7ce5c7d7 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#93188 by keve. Wipe the cache when we reshuffe node permissions.

parent 3cc0da86
No related branches found
No related tags found
No related merge requests found
......@@ -2850,6 +2850,7 @@ function node_access_rebuild() {
// not using any node_access modules. add the default grant.
db_query("INSERT INTO {node_access} VALUES (0, 0, 'all', 1, 0, 0)");
}
cache_clear_all();
}
/**
* @} End of "defgroup node_access".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment