cydrickn/octobercms-backendskin

Widgets & plugins override not working

Closed this issue · 0 comments

As mentioned on october cms' site, the ltrim has an unexpected result, making the plugin not working with widgets and plugins. Here is what I had to change in the boot function:

$newViewPath = str_replace(base_path(), '', $origViewPath);