Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5, 4.6
-
Fix Version/s: 4.6.16
-
Component/s: Drupal Integration Modules
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
As per Drupal 6 Upgrade to 4.x warning: file_get_contents filter.js failed to open an attempt is made to include files from the Drupal core "filter" module that only exist in Drupal 7 and not Drupal 6.
This patch simply removes the attempt to include these files. This prevents warning messages about the missing files from appearing in the Drupal log.