Merge pull request #1241 from nemo9l/fix/legacy-mistyped

Fix typo
This commit is contained in:
Kijin Sung 2020-02-14 16:08:22 +09:00 committed by GitHub
commit ab74c3166e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1309,7 +1309,7 @@ function closePopupScript()
function reload($isOpener = FALSE)
{
$reloadScript = $isOpener ? 'window.opener.location.reload();' : 'window.location.reload();';
echo sprintf('<script> %s </script>', $raloadScript);
echo sprintf('<script> %s </script>', $reloadScript);
}
/* End of file func.inc.php */