Skip to content

Commit

Permalink
Merge pull request #1171 from samsonasik/debug-forum-categories
Browse files Browse the repository at this point in the history
remove if ($template==forums/categories) check in View/Parser
  • Loading branch information
lonnieezell authored Aug 21, 2018
2 parents 8a3ad86 + 8d6cd1f commit 2202b2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/View/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ protected function parse(string $template, array $data = [], array $options = nu
{
return '';
}
if ($template=='forums/categories') { dd($data); }

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

0 comments on commit 2202b2d

Please sign in to comment.