Posted by dollares on February 26, 2007 at 12:58am
Jump to:
| Project: | Textimage |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dollares |
| Status: | closed (fixed) |
Issue Summary
textimage.module in line 486:
--> drupal_set_message(t('The preset was unable to be updated.', 'error'));
but is must look like:
drupal_set_message(t('The preset was unable to be updated.'), 'error');
cu
dollares
Comments
#1
Will be fixed in next dev build.
#2
Committed to: HEAD, DRUPAL-6--2 and DRUPAL-5--2.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.