In autoassignrole_path there is displayed a page description, but this check_format has $check = TRUE,
so you cannot use php there(even if its eval :) ), because the anonymous user shouldn't have access to php input format :)
| Comment | File | Size | Author |
|---|---|---|---|
| autoassignrole-markup.patch | 811 bytes | dawehner |
Comments
Comment #1
cyberswat commentedHi ... could you explain the use case that requires setting this to FALSE? What php would need to be executed there. I want to make sure I undestand what you are trying to accomplish before applying this patch.
Comment #2
dawehnerLets assume that someone wants to use $page->description together with php input format.
For example display and load a custom help text.
Core does this quite a lot of times
Comment #3
cyberswat commentedhttp://drupal.org/cvs?commit=265744