1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Fixes #2803 - Plugin prefs with a value of '0' were not stored correctly.

This commit is contained in:
Cameron
2017-10-03 14:29:28 -07:00
parent 39ef6aecab
commit c6c6467a59
2 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
<pluginPrefs>
<pref name="blank_pref_1">1</pref>
<pref name="blank_pref_2">[more...]</pref>
<pref name="blank_pref_3">0</pref>
</pluginPrefs>
<userClasses>
<class name="blank_userclass" description="Blank Userclass Description" />