From: Jan Schneider Date: Wed, 9 Jun 2010 10:45:55 +0000 (+0200) Subject: Convert user name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4bae87d7a87fd9fa70f055ba18d66347f1841198;p=horde.git Convert user name. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index deab309c3..f289cd96c 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -193,7 +193,7 @@ class Kronolith 'URI_EVENT_EXPORT' => str_replace(array('%23', '%7B', '%7D'), array('#', '{', '}'), Horde::url('event.php', true)->add(array('view' => 'ExportEvent', 'eventID' => '#{id}', 'calendar' => '#{calendar}', 'type' => '#{type}'))), 'SESSION_ID' => defined('SID') ? SID : '', - 'user' => $GLOBALS['registry']->getAuth(), + 'user' => $GLOBALS['registry']->convertUsername($GLOBALS['registry']->getAuth(), false), 'prefs_url' => str_replace('&', '&', Horde::getServiceLink('options', 'kronolith')), 'app_urls' => $app_urls, 'name' => $registry->get('name'),