fixed typo causing timezone selection not to reload window

This commit is contained in:
Ralf Becker 2011-10-09 15:56:58 +00:00
parent 8c752fbacf
commit b18b8f8565

View File

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