diff --git a/LitCalAllFestivities.php b/LitCalAllFestivities.php index d41a1ec2..d744ff0a 100644 --- a/LitCalAllFestivities.php +++ b/LitCalAllFestivities.php @@ -22,7 +22,7 @@ }); $LOCALE = isset( $_GET["locale"] ) && LitLocale::isValid( $_GET["locale"] ) ? $_GET["locale"] : "la"; -$LOCALE = $LOCALE !== "LA" && $LOCALE !== "la" ? LOCALE::getPrimaryLanguage( $LOCALE ) : "la"; +$LOCALE = $LOCALE !== "LA" && $LOCALE !== "la" ? Locale::getPrimaryLanguage( $LOCALE ) : "la"; foreach( $LatinMissals as $LatinMissal ) { $DataFile = RomanMissal::getSanctoraleFileName( $LatinMissal );