- π¨π¦Canada freeform.steph
Is 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()) {
- πΊπΈUnited States aubjr_drupal
Just came across this.
@freeform.steph - The ZIP file must be returning the latest 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.