Dotclear


Ignore:
Timestamp:
08/18/13 18:05:22 (12 years ago)
Author:
Denis Jean-Christian <contact@…>
Branch:
default
Message:

Fix page title for edition of an unknow post, fixes #1546

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1459 r1460  
    9494if (!empty($_REQUEST['id'])) 
    9595{ 
     96     $page_title = __('Edit entry'); 
     97      
    9698     $params['post_id'] = $_REQUEST['id']; 
    9799      
     
    122124          $post_open_comment = (boolean) $post->post_open_comment; 
    123125          $post_open_tb = (boolean) $post->post_open_tb; 
    124            
    125           $page_title = __('Edit entry'); 
    126126           
    127127          $can_edit_post = $post->isEditable(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map