#93188 by keve. Wipe the cache when we reshuffe node permissions.
parent
3cc0da8634
commit
7ce5c7d7ab
|
@ -2850,6 +2850,7 @@ function node_access_rebuild() {
|
||||||
// not using any node_access modules. add the default grant.
|
// not using any node_access modules. add the default grant.
|
||||||
db_query("INSERT INTO {node_access} VALUES (0, 0, 'all', 1, 0, 0)");
|
db_query("INSERT INTO {node_access} VALUES (0, 0, 'all', 1, 0, 0)");
|
||||||
}
|
}
|
||||||
|
cache_clear_all();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @} End of "defgroup node_access".
|
* @} End of "defgroup node_access".
|
||||||
|
|
Loading…
Reference in New Issue