After enabling the module and going to admin/apps/development I get the following error

Error message
Notice: Undefined variable: set_cache in apps_add_app_info() (line 387 of /Applications/XAMPP/xamppfiles/htdocs/appstest/sites/all/modules/apps/apps.manifest.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jec006’s picture

Status: Active » Needs review
$set_cache = FALSE;

needs to be add before line 366 in apps.manifest.inc to fix this issue.

jec006’s picture

Ignore this patch ... its backwards :/

jec006’s picture

Ok, this time is the right way around - also allows local (development apps) have images properly

jec006’s picture

Ok, seriously ... for real, right ways this time

jec006’s picture

Ok, I actually also just committed my own patch - so this is fixed.. http://drupal.org/commitlog/commit/19006/66c284bad85c048417ba8e3cdd41dd4...

e2thex’s picture

Status: Needs review » Fixed

This has been commited changing status

Status: Fixed » Closed (fixed)

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