Changeset 16767


Ignore:
Timestamp:
Jul 16, 2012, 8:24:17 AM (12 years ago)
Author:
ddtddt
Message:

[extensions] - FCKEditor - Compatibility 2.4 / edit page photo and album

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/fckeditor.php

    r9739 r16767  
    1515
    1616  // Category edit
    17   if ($page['page'] == 'cat_modify')
     17  if ($page['page'] == 'album')
    1818  {
    1919    $areas[] = 'comment';
    2020    $areas[] = 'mail_content';
    2121    $toolbar = 'Basic';
    22     $template->set_prefilter('categories', 'add_remove_button');
     22    $template->set_prefilter('album_properties', 'add_remove_button');
    2323  }
    2424  // Picture modify
    25   elseif ($page['page'] == 'picture_modify')
     25  elseif ($page['page'] == 'photo')
    2626  {
    2727    $areas[] = 'description';
Note: See TracChangeset for help on using the changeset viewer.