Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

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.