]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Bugfix: do not store plugin errors in data.php 385/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 22 Nov 2015 13:45:09 +0000 (14:45 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 22 Nov 2015 13:45:09 +0000 (14:45 +0100)
commite4b9a7633d5eb325e2ae3a098417d5e1d5609852
tree40ecb3ecd7f95ad2885a215397dab4205b46b1bc
parenta5dd1772bd17090e502eb8d117cf4efeed524b1e
Bugfix: do not store plugin errors in data.php

Before this, calling writeConfig() would have write error messages in data.php, because it uses 'plugins' array which is used for plugin configuration.

Causing the message error appear everytime.
index.php
plugins/readityourself/readityourself.php
plugins/wallabag/wallabag.php