After running the report I got the following warnings:

warning: sort() expects parameter 1 to be array, null given in /irrelevant/sites/all/modules/contrib/hacked/hacked.theme.inc on line 102.
warning: implode(): Invalid arguments passed in /irrelevant/sites/all/modules/contrib/hacked/hacked.theme.inc on line 103.

This happens because the array $project['includes'] is not set nor its contents checked prior to be used.

Comments

juampynr’s picture

Status: Active » Needs review
StatusFileSize
new1.15 KB

Here is a patch that fixes it.

steven jones’s picture

Status: Needs review » Fixed

Thanks very much for the patch committed to 6.x-2.x and 7.x-2.x

Status: Fixed » Closed (fixed)

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