Skip to content

Commit 2202b2d

Browse files
authored
Merge pull request #1171 from samsonasik/debug-forum-categories
remove if ($template==forums/categories) check in View/Parser
2 parents 8a3ad86 + 8d6cd1f commit 2202b2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

system/View/Parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ protected function parse(string $template, array $data = [], array $options = nu
255255
{
256256
return '';
257257
}
258-
if ($template=='forums/categories') { dd($data); }
259258

260259
// Remove any possible PHP tags since we don't support it
261260
// and parseConditionals needs it clean anyway...

0 commit comments

Comments
 (0)