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:
parent
af83c153f7
commit
459aa5c09c
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user