HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

LocaleDeveloper : Vanilla 2.0.18b2 compatibility

ArachnosArachnos La Garenne Colombes
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

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

Answers

  • Options
    ToddTodd Chief Product Officer 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.