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

dipen chaudhary’s picture

Status: Active » Fixed

Yes, 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.