Skip to content

Commit

Permalink
Improve the Content module
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Apr 13, 2019
1 parent 86556be commit b7112c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/Content/Controllers/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ public function taxonomy($type, $slug, $pageQuery = 'page/0')
{
$taxonomyType = TaxonomyType::findBySlug($type, 'category', false);

$type = $taxonomyType->name();

//
$cacheKey = sha1('taxonomy.' .$type .'.' .$slug);

Expand Down

0 comments on commit b7112c8

Please sign in to comment.