Skip to content

Commit

Permalink
move debug_inspect to correct part of __allowed_functions__
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 17, 2012
1 parent 61d8558 commit c353f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/helpers.py
Expand Up @@ -861,6 +861,7 @@ def debug_inspect(arg):
'lang_native_name',
'unselected_facet_items',
'include_resource',
'debug_inspect',
# imported into ckan.lib.helpers
'literal',
'link_to',
Expand All @@ -872,5 +873,4 @@ def debug_inspect(arg):
'radio',
'submit',
'asbool',
'debug_inspect',
]

0 comments on commit c353f80

Please sign in to comment.