Skip to content

Commit 499e8e0

Browse files
committed
fix: aggiunta record multilingua mancanti a database
1 parent ccf3c4d commit 499e8e0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

update/2_9_6.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
use Modules\Aggiornamenti\Controlli\TabelleLanguage;
4+
5+
$controllo = new TabelleLanguage();
6+
$controllo->check();
7+
$controllo->solveGlobal();

0 commit comments

Comments
 (0)