lvhao 14 godzin temu
rodzic
commit
0b5c02d9da
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      core/CoreApp/controllers/Goodimglibrary.php

+ 2 - 2
core/CoreApp/controllers/Goodimglibrary.php

@@ -96,9 +96,9 @@ class Goodimglibrary extends Start_Controller {
             foreach($imgs as $k => $v){
                 $type = $this->_checkVideo($v);
                 if($type == "video"){
-                    $str.= '<video controls="true" width="100" src="'.$this->$this->_transingurl($v).'" alt="video image" style="margin-right:3px;"></video>';
+                    $str.= '<video controls="true" width="100" src="'.$this->_transingurl($v).'" alt="video image" style="margin-right:3px;"></video>';
                 }else{
-                    $str .= '<img width="100px" src="'.$this->$this->_transingurl($v).'" alt="image" style="margin-right:3px;">';
+                    $str .= '<img width="100px" src="'.$this->_transingurl($v).'" alt="image" style="margin-right:3px;">';
                 }
             }