We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8f2f3 commit 45b9c21Copy full SHA for 45b9c21
gist_filter.module
@@ -99,8 +99,6 @@ function _gist_display_code($matches) {
99
}
100
// Otherwise, render all files.
101
else {
102
- module_load_include('php', 'devel', 'krumo/class.krumo');
103
- krumo($data);
104
foreach ($data['files'] as $file) {
105
$output .= theme('gist_filter_code', array(
106
'file' => $file,
0 commit comments