Closed (fixed)
Project:
Panels Ajax Tabs
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2012 at 04:28 UTC
Updated:
1 Dec 2012 at 07:40 UTC
Iam getting this error while installing this module, prbably this might me related to php version, i am on php.5.2
Parse error: parse error in C:\xampp\htdocs\recruiter\sites\all\modules\panels_ajax_tab\plugins\content_types\panels_ajax_tab_tabs.inc on line 49
Comments
Comment #1
dipen chaudhary commentedYes, its because it was using anonymous function for uasort which are not supported in 5.2. I've named the function as it was also leading to some code duplication which should fix this on php 5.2
I've committed this to 7.x-1.x
Cheers