As a suggestion, generally its not recommended to end your php files with ?> since PHP doesn't actually require the file to have an end ?> blank lines after it will cause issues.
I just ran into this with a someone using your addon. They had multiple blank lines on core/packages/vb5nvio/api/page.php after the ?> and it was breaking the save function of the site builder.
|