You also get an error when clicking on the more... link in the shared posts block (see thread at http://groups.drupal.org/comment/reply/18260/63133#comment-63133).
This is because of missing 'return' in line 777 of coherent_access.module.
The patch also changes the menu item so it doesn't needlessly call user_load. In this case, all that is needed is the $uid, so %user can be replaced with %. This simplifies the code.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | hiros_patch_2_again.diff | 1.18 KB | MGN |
| hiros_patch_2.diff | 622 bytes | MGN |
Comments
Comment #1
MGN commentedSorry. Created the patch with the wrong flags...this should be better.
Comment #2
jgraham commentedThanks for the patch MGN sorry for the slow reply on this.