1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Forum plugin - FIXME note

This commit is contained in:
Moc 2014-08-04 15:39:44 +02:00
parent af83c153f7
commit 459aa5c09c

View File

@ -106,7 +106,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
{
foreach($vals as $key=>$file)
{
list($date,$user,$tmp,$name) = explode("_",$file,4);
list($date,$user,$tmp,$name) = explode("_", $file, 4); // FIXME $name is empty when there are just 3 parts to the filename (e.g. 1407153763_1_abbas.zip)
switch($type)
{