Skip to content

Commit

Permalink
Fix locale parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Oct 10, 2023
1 parent 2e8cb1f commit a9a02a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/pumukit_opencast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
$defaultVars: '%pumukit_opencast.default_vars%'
$errorIfFileNotExist: '%pumukit_opencast.error_if_file_not_exist%'
$notificationConfig: '%pumukit_opencast.notifications%'
$locale: '%locale%'
$locale: '%kernel.default_locale%'

Pumukit\OpencastBundle\Controller\:
resource: '../../Controller/'
Expand Down

0 comments on commit a9a02a3

Please sign in to comment.