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

ArachnosArachnos
edited July 2011 in Feedback
Replaced line 27 in "class.localedeveloper.plugin.php" by :
$_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.

Best Answer

  • ToddTodd Vanilla Staff
    Answer ✓
    I uploaded a new version of this plugin that does something similar to what you suggested.

Answers

  • ToddTodd Vanilla Staff
    Answer ✓
    I uploaded a new version of this plugin that does something similar to what you suggested.
Sign In or Register to comment.