Right now, PanelsIPEBlockContentForm::submitForm() calls parent::save(), even though it does not override the save() method itself. This is bad practice, jarring to see in code, and it means that one cannot effectively extend PanelsIPEBlockContentForm. There is no reason not to call $this->save(), so let us fix that :)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2895932-2.patch | 698 bytes | phenaproxima |
Comments
Comment #2
phenaproximaComment #4
samuel.mortenson