fixed typo causing timezone selection not to reload window

This commit is contained in:
Ralf Becker 2011-10-09 15:56:43 +00:00
parent e09430986b
commit fea3d080bf

View File

@ -830,7 +830,7 @@ egw_fw.prototype.tzSelection = function(_tz)
if (this.activeApp.browser)
{
this.activeApp.browser.relode();
this.activeApp.browser.reload();
}
}