Active
Project:
Slide Show CS
Version:
6.x-2.9
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2011 at 15:14 UTC
Updated:
4 Aug 2011 at 17:40 UTC
file: slideshowcs.module
line: 148
Instead of this bullshit:
$urlpic = strtr("!filebase!filename",
array(
'!filebase' => base_path() . '/' .$filebasepath,
'!filename' => '/'. $valor,
)
) ;
must be this simple line of code:
$urlpic = base_path() . $filebasepath . '/'. $valor;
It's more clear when movinw site from another location (e.g. from localhost directory to wirking domain)
Comments
Comment #1
ilya1st commentedIt's critical bug I think and at all module is not stable.
Comment #2
ilya1st commentedhey does anybody maintains this crap code?
why this code bullshit is marked stable yet?