Open rdiaztushman opened 11 years ago
This function is FUBAR. It is marked as static, but often uses $this-> At one point, it sets a property for an object ($msg) that doesn't exist. It needs to NOT be a static function so that it can send back an error message to the calling function.
I think atleast 3 of our components use this, Ambra, Tienda and Billets. So I will look into getting to this.
This function is FUBAR. It is marked as static, but often uses $this-> At one point, it sets a property for an object ($msg) that doesn't exist. It needs to NOT be a static function so that it can send back an error message to the calling function.