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!

CommentFileSizeAuthor
#1 hiros_patch_2_again.diff1.18 KBMGN
hiros_patch_2.diff622 bytesMGN

Comments

MGN’s picture

StatusFileSize
new1.18 KB

Sorry. Created the patch with the wrong flags...this should be better.

jgraham’s picture

Status: Needs review » Fixed

Thanks for the patch MGN sorry for the slow reply on this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.