Closed (fixed)
Project:
Boost
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Jun 2012 at 19:40 UTC
Updated:
14 Dec 2018 at 07:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedTo reproduce, it should suffice to set up a Panel page with access restrictions. The error occurred when viewing a Panel page restricted to a certain role.
The patch attached removed the error message in my environment. I'm not sure, if the condition "if (! is_array($page_arguments))" is required at all. It's just a copy of the patch provided for the other issue referenced above. If a serialized array is the standard way for passing in arguments in this situation, the condition should be removed.
Comment #2
Anonymous (not verified) commented(status)
Comment #3
bgm commentedThanks for the patch!
Committed to 7.x-1.x 995460cb2d46957dd8eb4f9b811cb18b2e77d780
Comment #4
bgm commented(forgot to change the issue status)