Forráskód Böngészése

$newLine = array();

visuddhinanda 2 éve
szülő
commit
13a406342a
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/Http/Controllers/NissayaCardController.php

+ 1 - 0
app/Http/Controllers/NissayaCardController.php

@@ -79,6 +79,7 @@ class NissayaCardController extends Controller
             $cardData['title_local_ending'] = "翻译建议";
 
             foreach ($relations as $key => $relation) {
+                $newLine = array();
                 $relationInTerm = DhammaTerm::where('channal',$localTerm)
                                             ->where('word',$relation['name'])
                                             ->first();