Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2012 at 20:31 UTC
Updated:
2 Aug 2012 at 08:51 UTC
After I made test order and view it on page like: user/1/orders/4
Strict warning: Only variables should be passed by reference in commerce_backoffice_handler_area_add_message->render() (line 35 of /commerce_kickstart/modules/commerce_kickstart/commerce_backoffice/views/handlers/commerce_backoffice_handler_area_add_message.inc).
Comments
Comment #1
vasikeas the error messages says, the render function doesn't support function inside, so first define variables for these functions to be rendered.
geerit commit : https://code.drupalcommerce.org/#/c/182/
Comment #2
bojanz commentedMerged.