Skip to content
Commit cfe4e5a6 authored by Antonio Ospite's avatar Antonio Ospite Committed by James Sansbury
Browse files

Issue #1203684 by a02: Fix use of undefined constant FILTER_FORMAT_DEFAULT.

When using profiler with Drupal 7 we get this message:

  Use of undefined constant FILTER_FORMAT_DEFAULT -
  assumed 'FILTER_FORMAT_DEFAULT' in profiler_install_nodes()
  (line 327 of .../libraries/profiler/profiler_api.inc).

Use filter_fallback_format() instead of FILTER_FORMAT_DEFAULT.
parent 689afe15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment