mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Issue #6 Removed duplicate LAN_SEARCH from English.php. PHP Notice removal.
This commit is contained in:
@@ -3271,8 +3271,13 @@ class e_parser
|
||||
*/
|
||||
function toVideo($file, $parm=array())
|
||||
{
|
||||
if(empty($file))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
list($id,$type) = explode(".",$file,2);
|
||||
|
||||
|
||||
$thumb = vartrue($parm['thumb']);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user