Skip to content

Commit

Permalink
refs #514 : modify - make sure that context model is called
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jun 24, 2015
1 parent d94d413 commit e42b001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/atom/tag/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
$blogid = getBlogId();
$children = array();
$cache = pageCache::getInstance();
$context = Model_Context::getInstance();
if(!empty($suri['id'])) {
$tagId = $suri['id'];
$tagTitle = getTagById($blogid, $tagId);
Expand Down

0 comments on commit e42b001

Please sign in to comment.