Skip to content

Commit

Permalink
Update language.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 11, 2024
1 parent e245ba8 commit 833819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/event/language.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
class ControllerEventLanguage extends Controller {
public function index(&$route, &$args, &$template_code='') {
public function index(&$route, &$args, &$template_code = '') {
foreach ($this->language->all() as $key => $value) {
if (!isset($args[$key])) {
$args[$key] = $value;
Expand Down

0 comments on commit 833819a

Please sign in to comment.