Changeset 2892:5f80aefeb5e9
- Timestamp:
- 12/29/14 20:27:59 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php
r2869 r2892 78 78 public static function adminMediaURLParams($p) { 79 79 if (!empty($_GET['editor'])) { 80 $p['editor'] =html::sanitiseURL($_GET['editor']);80 $p['editor'] = html::sanitiseURL($_GET['editor']); 81 81 } 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.