Posted by bjalford on August 26, 2011 at 6:02pm
4 followers
| Project: | Apps |
| Version: | 7.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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).
Comments
#1
<?php
$set_cache = FALSE;
?>
needs to be add before line 366 in apps.manifest.inc to fix this issue.
#2
Ignore this patch ... its backwards :/
#3
Ok, this time is the right way around - also allows local (development apps) have images properly
#4
Ok, seriously ... for real, right ways this time
#5
Ok, I actually also just committed my own patch - so this is fixed.. http://drupal.org/commitlog/commit/19006/66c284bad85c048417ba8e3cdd41dd4...
#6
This has been commited changing status
#7
Automatically closed -- issue fixed for 2 weeks with no activity.