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:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user