mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Forum plugin - FIXME note
This commit is contained in:
@@ -106,7 +106,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
|||||||
{
|
{
|
||||||
foreach($vals as $key=>$file)
|
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)
|
switch($type)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user