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

5.x
Neil Drumm 2006-11-10 09:03:21 +00:00
parent 3cc0da8634
commit 7ce5c7d7ab
1 changed files with 1 additions and 0 deletions

View File

@ -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".