Closed (fixed)
Project:
Textimage
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Feb 2007 at 00:58 UTC
Updated:
22 Feb 2009 at 22:30 UTC
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
Comment #1
decipheredWill be fixed in next dev build.
Comment #2
decipheredCommitted to: HEAD, DRUPAL-6--2 and DRUPAL-5--2.