Dotclear


Ignore:
Timestamp:
04/17/11 15:53:03 (13 years ago)
Author:
Moe
Message:

TinyMCE 0.2.4: Dotclear 2.2 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/tinyMce/admin/post.php

    r2043 r3023  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK ---------------------------------- 
     2# -- BEGIN LICENSE BLOCK --------------------------------------- 
    33# 
    44# This file is part of Dotclear 2. 
    55# 
    6 # Copyright (c) 2003-2009 Olivier Meunier and contributors 
     6# Copyright (c) 2003-2010 Olivier Meunier & Association Dotclear 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
    99# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    1010# 
    11 # -- END LICENSE BLOCK ------------------------------------ 
     11# -- END LICENSE BLOCK ----------------------------------------- 
    1212 
    1313//require dirname(__FILE__).'/../inc/admin/prepend.php'; 
     
    4040$post_status = $core->auth->getInfo('user_post_status'); 
    4141$post_selected = false; 
    42 $post_open_comment = $core->blog->settings->allow_comments; 
    43 $post_open_tb = $core->blog->settings->allow_trackbacks; 
     42$post_open_comment = $core->blog->settings->system->allow_comments; 
     43$post_open_tb = $core->blog->settings->system->allow_trackbacks; 
    4444 
    4545$post_media = array(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map