2
0
Эх сурвалжийг харах

content type 写死 'translation'

visuddhinanda 2 жил өмнө
parent
commit
19e36fbc29

+ 2 - 2
app/Http/Api/TemplateRender.php

@@ -502,7 +502,7 @@ class TemplateRender{
                                     null,
                                     null,
                                     'read',
                                     'read',
                                     $value['channel']['type'],
                                     $value['channel']['type'],
-                                    $value['contentType'],
+                                    'translation',
                                     'text'
                                     'text'
                                     );
                                     );
                     }
                     }
@@ -517,7 +517,7 @@ class TemplateRender{
                                     null,
                                     null,
                                     'read',
                                     'read',
                                     $value['channel']['type'],
                                     $value['channel']['type'],
-                                    $value['contentType'],
+                                    'translation',
                                     'tex'
                                     'tex'
                                     );
                                     );
                     }
                     }