Changeset 1158 in ExiteCMS for trunk/administration/panel_editor.php


Ignore:
Timestamp:
12/03/07 21:40:54 (4 years ago)
Author:
hverton
Message:

added a locale type selection per module
fixed typo from 404handler.php
updated English language pack
fixed not being able to move a post to a thread in the same forum.post.move.tpl
getusergroups() now returns the array ordered by name
upgraded tiny_mce to version 2.1.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/panel_editor.php

    r1148 r1158  
    3232 
    3333// panel_locale 
    34 switch($settings['localisation_method']) { 
     34switch($settings['panels_localisation']) { 
    3535    case "multiple": 
    3636        if (!isset($panel_locale)) { 
Note: See TracChangeset for help on using the changeset viewer.