Changeset 2852:86651202b279 for plugins/dcCKEditor
- Timestamp:
- 12/16/14 21:59:13 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php
r2761 r2852 65 65 } 66 66 67 public static function adminMediaURL ($url) {67 public static function adminMediaURLParams($p) { 68 68 if (!empty($_GET['editor'])) { 69 $ url .= '&editor='.$_GET['editor'];69 $p['editor']=html::sanitiseURL($_GET['editor']); 70 70 } 71 72 return $url;73 71 } 74 72 }
Note: See TracChangeset
for help on using the changeset viewer.