Dotclear


Ignore:
Timestamp:
12/16/14 21:59:13 (11 years ago)
Author:
Dsls
Branch:
2.7
Message:

Tuned redirections and admin urls management, should work with media & attachments now
Added adminurl->redirect to avoid confusion in "when to use & and when not to"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php

    r2761 r2852  
    6565    } 
    6666 
    67     public static function adminMediaURL($url) { 
     67    public static function adminMediaURLParams($p) { 
    6868        if (!empty($_GET['editor'])) { 
    69             $url .= '&editor='.$_GET['editor']; 
     69            $p['editor']=html::sanitiseURL($_GET['editor']); 
    7070        } 
    71  
    72         return $url; 
    7371    } 
    7472} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map