error in hook_secret_key documentation
-
In the documentation it is written:
[gc_list_view ******* hook_secret_key=”hogehoge”]
and then in the php code:
$hook_secret_key = ‘hogehoge’;This does not work. You have to leave out the “” in order for it to work:
[gc_list_view ******* hook_secret_key=hogehoge]This cost me a few hours of debugging …
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘error in hook_secret_key documentation’ is closed to new replies.