Reviewed & tested by the community
Project:
CKEditor Link
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Apr 2021 at 08:20 UTC
Updated:
25 Sep 2024 at 23:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mulambo commentedComment #3
solideogloria commentedLooks good to me.
Comment #4
ronino commentedWorks for me, too.
Comment #5
nedjoTagging with PHP 8.0.
Comment #6
freeform.steph commentedIs the zip file of the dev branch possibly out of sync with the composer version? In the zip file, the line to change is:
function ckeditor_link_url($path = NULL, $langcode = LANGUAGE_NONE, $options = array()) {however the patch specifies the following, and therefor fails:
function ckeditor_link_url($path = NULL, $langcode, $options = array()) {Comment #7
aubjr_drupal commentedJust came across this.
@freeform.steph - The ZIP file must be returning the latest dev verison because an alternate fix already went into the dev branch. See https://git.drupalcode.org/project/ckeditor_link/-/commit/623db1af26631d.... That's what you're seeing.
The already committed fix should be the one to use, while this ticket should probably be belatedly closed as a duplicate.