Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Better fix Varien File Uploader in local folder the over Mage #19

Closed
AJakob1983 opened this issue Feb 11, 2016 · 1 comment
Closed

Better fix Varien File Uploader in local folder the over Mage #19

AJakob1983 opened this issue Feb 11, 2016 · 1 comment

Comments

@AJakob1983
Copy link

This extensions fix the Uploader.php File in the Local Mage Folder. But the better way is to create a Varien File Folder inside local an fix the bug inside this folder.

$params['object']->{$params['method']}($this->_file['tmp_name']);

Some Extension will use the Varien File and not the Mage file.

@icurdinj
Copy link
Contributor

The principle we took when writing this extension is to fix things on the topmost level of inheritance, and avoid rewriting the core whenever possible.
Extension incompatibilites should be fixed in the extensions themselves.
But, hey, this extension is free, so fork your own version, and do things in any way you like!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants