Since #520760: SA-CORE-2009-007 user signature format, FILTER_FORMAT_DEFAULT doesn't exist any more, it has been replaced by filter_fallback_format().

The attached patch does the same thing to menutree.pages.inc, avoiding Notice: Use of undefined constant FILTER_FORMAT_DEFAULT - assumed 'FILTER_FORMAT_DEFAULT' in menutree_display() (line 71 of /var/www/kolga/sites/all/modules/menutree/menutree.pages.inc) error message.

Best regards,

CommentFileSizeAuthor
menutree_filter_format_default.patch683 bytessimon georges

Comments

simon georges’s picture

Version: 7.x-1.0-beta1 » 7.x-1.x-dev

Applies to the -dev version as well.

norgo’s picture

Seems the NOTICE: only is displayed if you include "Intro text" in...

admin/config/user-interface/menutree

...area

applying the patch as descried above on the beta1 version does fix the problem as it does on line 71 of the dev version.

Just a friendly confirmation note to "JohnAlbin" and those who stumble on this.

This is a great module for an alternative to Menu blocks on a mobile device with low definition where screen real estate does not permit side bars and content simultaneously.

Many thanks for its creation.