In php5.3, going to the user's role history page results in WSOD.

Patch coming.

CommentFileSizeAuthor
#1 role_watchdog-817902-1.patch1.71 KBkentr

Comments

kentr’s picture

StatusFileSize
new1.71 KB

The patch removes the & in the function parameter.

- function role_watchdog_history(&$account) {
+ function role_watchdog_history($account) {

Some whitespace is also removed from line ends as a side effect of my editor.

john.money’s picture

Status: Active » Patch (to be ported)

Pushed to 6.x-1.x. Thanks for the patch!

john.money’s picture

Status: Patch (to be ported) » Fixed

Fixed 6.x-1.2

Status: Fixed » Closed (fixed)
Issue tags: -php5.3

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