mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Alias functions usage.
This commit is contained in:
parent
3712862832
commit
dcb828d983
3 changed files with 9 additions and 9 deletions
|
@ -89,7 +89,7 @@ class TorrentFileList
|
|||
$filelist = $html->array2html($this->files_ary);
|
||||
return "<div class=\"tor-root-dir\">{$this->root_dir}</div>$filelist";
|
||||
} else {
|
||||
return join('', $this->files_ary['/']);
|
||||
return implode('', $this->files_ary['/']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue