After rebuilding the node access table a post which is limited to friends is now accessible to everyone. Once you edit and save the node, access works as expected again.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | flag_friend-1274682.patch | 780 bytes | moonray |
After rebuilding the node access table a post which is limited to friends is now accessible to everyone. Once you edit and save the node, access works as expected again.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | flag_friend-1274682.patch | 780 bytes | moonray |
Comments
Comment #1
moonray commentedAnd here's the fix for that.
Comment #2
miklGood catch. Should be merged.
Comment #3
sirkitree commentedThe && part of this doesn't actually exist in the module. I assume it was something you were trying on your install.
I've changed the property_exists() call into the !empty() call though which should fix the problem.
Committed: http://drupalcode.org/project/flag_friend.git/commitdiff/9a133257bef30d7...