From 4d7ae3762100ffe8a57cc02101bebe3899efd8a7 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 16 Aug 2010 18:43:39 +0200 Subject: [PATCH] MFB: Not sure if this is always correct, but more correct than using UTF-8 descriptions. --- ansel/xppublish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/xppublish.php b/ansel/xppublish.php index 975b63da8..5ebd4abc2 100644 --- a/ansel/xppublish.php +++ b/ansel/xppublish.php @@ -17,7 +17,7 @@ if (empty($cmd)) { $publisher->sendRegFile( $registry->getApp() . '-' . $conf['server']['name'], $registry->get('name'), - sprintf(_("Publish your photos to %s on %s."), $registry->get('name'), $conf['server']['name']), + Horde_String::convertCharset(sprintf(_("Publish your photos to %s on %s."), $registry->get('name'), $conf['server']['name']), $registry->getCharset(), $registry->getCharset(true)), Horde::applicationUrl('xppublish.php', true, -1)->add('cmd', 'publish'), Horde::url(Horde_Themes::img('favicon.ico'), true, -1)); exit; -- 2.11.0