watchdog $overlay in string wrong
miro_dietiker - December 15, 2008 - 02:02
| Project: | Imagecache Actions |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
Yeah. Thanks. Just a usual typo
Patched in DRUPAL-6 dev.
#2
Automatically closed -- issue fixed for two weeks with no activity.