Skip to content

Commit

Permalink
disable article content due to slice status issues
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Mar 29, 2017
1 parent 80440eb commit b99dcf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/generator_pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ public function generateCache(array $items)
list($article_id, $clang) = $item;

// generate content
$article = new rex_article_content($article_id, $clang);
$article->getArticle();
// temporarily disabled, see https://github.com/FriendsOfREDAXO/cache_warmup/issues/65
// $article = new rex_article_content($article_id, $clang);
// $article->getArticle();

// generate meta
rex_article_cache::generateMeta($article_id, $clang);
Expand Down

0 comments on commit b99dcf0

Please sign in to comment.