Changeset 9268


Ignore:
Timestamp:
Feb 17, 2011, 6:27:19 PM (13 years ago)
Author:
patdenice
Message:

Compatible with future additional page plugin version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/fckeditor.php

    r8133 r9268  
    4848    $section = $_GET['section'];
    4949    // Additional pages
    50     if ($section == 'AdditionalPages/admin/add_page.php')
     50    if ($section == 'AdditionalPages/admin/add_page.php'
     51      or $section == 'AdditionalPages/admin/admin.php')
    5152    {
    5253      $areas[] = 'ap_content';
Note: See TracChangeset for help on using the changeset viewer.