1
0
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:
Cameron
2015-08-24 10:19:34 -07:00
parent c86e9812f3
commit 29b405d31d
3 changed files with 9 additions and 3 deletions

View File

@@ -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']);