Closed (fixed)
Project:
ImageCache Actions
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2008 at 02:02 UTC
Updated:
19 Jan 2009 at 20:30 UTC
Your error log results in $overlay instead of its replacement.
imagecache_canvasactions.module @136
watchdog('imagecache', 'Image file does not exist. Attempted to overlay $overlay');
Variables in single quotes aren't being replaced. Use double quotes or . operator for string concatenation.
Comments
Comment #1
dman commentedYeah. Thanks. Just a usual typo
Patched in DRUPAL-6 dev.