"?c=" glued to every asset
I'm using the 1.0 beta. Why is it that that asset helper functions return a proper asset element/link but with a "?c=" glued to the end of the string?
For a quick and dirty hack-fix I have commented out lines 472-476 in "modules/fuel/libraries/Asset.php" but is it supposed to (not) work like that?
Funny thing is that strings returned by img() and img_path() don't have that glued addon, only css(), css_path(), js() an js_path(). I'm not using any other assets, so I can't tell how the other helper functions are behaving.
Comments