photopcf / magja

Automatically exported from code.google.com/p/magja
0 stars 0 forks source link

getAllProperties converts String[] to it's referencename #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Change

props.put(prop.getKey() + "", prop.getValue() + "");

To

props.put(prop.getKey() + "", prop.getValue());

So you wil get the value of an array instead of the referencename

Original issue reported on code.google.com by stijn.duynslaeger on 8 Apr 2011 at 1:06

GoogleCodeExporter commented 8 years ago
You have to change this in

class: com.google.code.magja.model.BaseMagentoModel.java
function: getAllProperties()

I've hit the commit button to soon.

Original comment by stijn.duynslaeger on 8 Apr 2011 at 1:08