In plugins/display_renderers/panels_renderer_editor.class.php this signature:
function panels_edit_configure_access_settings_form(&$form_state) {
should be changed to
function panels_edit_configure_access_settings_form($form, &$form_state) {
otherwise the form will not be displayed. Patch follows in a sec …
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | panels_edit_configure_access_settings_form-signature-1264404-2.patch | 1.04 KB | pisco |
| #1 | panels_edit_configure_access_settings_form-signature-1264404-1.patch | 666 bytes | pisco |
Comments
Comment #1
pisco commentedHere you go, for your testing and reviewing pleasure! :-)
Comment #2
pisco commentedThis time with a nicer patch.
Comment #3
das-peter commentedJust checked this out. Makes absolutely sense to me.
Thus I mark this as RTBC.
Comment #4
merlinofchaos commentedCommitted and pushed! Thanks for the patch!