Line 625 is

drupal_set_message(t("Unable to generate a signwriter image. It may be that your font was not found by the freetype library. Do you have GD and Freetype installed? Check the output of phpinfo().", 'error'));

'error' parameter should be in drupal_set_message() and not in t():

drupal_set_message(t("Unable to generate a signwriter image. It may be that your font was not found by the freetype library. Do you have GD and Freetype installed? Check the output of phpinfo()."), 'error');

Comments

pivica’s picture

Title: Small error pn line 625 » Small error on line 625
agileware’s picture

Status: Active » Fixed

This has been fixed in 5.x-1.x-dev

Status: Fixed » Closed (fixed)

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