Project:ImageCache Actions
Version:6.x-1.1
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

Yeah. Thanks. Just a usual typo
Patched in DRUPAL-6 dev.

#2

Status:fixed» closed (fixed)

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

nobody click here