• Franco Fichtner's avatar
    plugins: lose the eval(), switch to include_once · ddcc54f4
    Franco Fichtner authored
    Note that require_once is bad as well here, because it throws another
    uncatched error as opposed to a warning when a file has not been found.
    Now it is better in recovery, although 99% of the time this is supposed
    to deal with syntax errors during bad core/plugin updates or manual
    user edits.
    
    It's also useful to note that the errors/warnings still make their way
    to the crash reporter so we can do something about them.
    
    Suggested by: @fabianfrz
    ddcc54f4
Name
Last commit
Last update
Keywords Loading commit data...
Mk Loading commit data...
Scripts Loading commit data...
contrib Loading commit data...
src Loading commit data...
work Loading commit data...
+POST_INSTALL Loading commit data...
+PRE_DEINSTALL Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
plist Loading commit data...
ruleset.xml Loading commit data...