Skip to content

Commit

Permalink
Clear cache after global story attribute save
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0263 committed Dec 2, 2016
1 parent 389bde2 commit fe9ab5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public_html/admin/story.php
Expand Up @@ -379,6 +379,8 @@ function STORY_global_save()

$_POST['tid'] = '';

CTL_clearCache();

return STORY_list();
}

Expand Down

0 comments on commit fe9ab5e

Please sign in to comment.