Actions
Bug #3121
closedCode not returning PHP properly.
Description
Code isn't returning correctly when using PHP method. $content needs to return the eval results or anonymous function instead of ob_get_contents. This means echoes inside of those functions won't do anything, but doesn't matter as display is determined by the output parameter.
Updated by krileon almost 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
In addition to the above returns needed to be added all the way back to getTriggers function so data actually returns from the anonymous function created.
Actions