HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
LocaleDeveloper : Vanilla 2.0.18b2 compatibility
Replaced line 27 in "class.localedeveloper.plugin.php" by :
Added new line at the top of the file :
The LocaleDeveloper plugin need an update : this trick was done until a new version of the plugin is published.
Without this update, the enabled Locale will not be taken into account and the LocaleDeveloper plugin generate errors.
$_Locale = new DeveloperLocale(Gdn::Config('Garden.Locale'), C('EnabledApplications'), C('EnabledPlugins'));
Added new line at the top of the file :
include('class.developerlocale.php');
The LocaleDeveloper plugin need an update : this trick was done until a new version of the plugin is published.
Without this update, the enabled Locale will not be taken into account and the LocaleDeveloper plugin generate errors.
0
Best Answer
-
Todd Vanilla StaffI uploaded a new version of this plugin that does something similar to what you suggested.0
Answers