use translations of preferences for password app

This commit is contained in:
Klaus Leithoff 2010-10-21 13:23:32 +00:00
parent 92f8814fe9
commit 6719d01fec

View File

@ -19,6 +19,6 @@ $GLOBALS['egw_info'] = array(
include('../header.inc.php');
$GLOBALS['egw']->template = new Template(common::get_tpl_dir('preferences'));
translation::add_app('preferences');
ExecMethod('preferences.uipassword.change');
common::egw_footer();