Closed (fixed)
Project:
Devel
Version:
8.x-1.x-dev
Component:
devel
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2013 at 12:08 UTC
Updated:
26 Dec 2013 at 22:20 UTC
Jump to comment: Most recent
API page: https://api.drupal.org/api/devel/devel.module/function/drupal_debug/7
The first parameter of drupal_debug can't be string. Because it is using print_r. The first parameter of print_r ist mixed.
Comments
Comment #1
jhodgdonThis issue belongs in the "Devel" project, not Drupal Core. However, I am unable to edit the issue to change the Project. See:
#2148129: Cannot change Project on an issue if target project name is a substring of other project names
So I am temporarily assigning this issue to myself so that when that UI problem is fixed, I will remember to change the project to Devel.
Alternatively, you could file a new issue from the Devel project and close this one as a duplicate.
Comment #2
jhodgdontvn gave me a workaround, so I'm moving this to the correct project.
Comment #3
salvisPushed to D8 and D7.
Thanks for reporting.