Skip to content

Commit

Permalink
disable caching of share block
Browse files Browse the repository at this point in the history
  • Loading branch information
Remo committed Nov 16, 2016
1 parent 60205cf commit 1cf77c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/concrete/blocks/share_this_page/controller.php
Expand Up @@ -15,9 +15,9 @@ class Controller extends BlockController
public $helpers = array('form');

protected $btInterfaceWidth = 400;
protected $btCacheBlockOutput = true;
protected $btCacheBlockOutputOnPost = true;
protected $btCacheBlockOutputForRegisteredUsers = true;
protected $btCacheBlockOutput = false;
protected $btCacheBlockOutputOnPost = false;
protected $btCacheBlockOutputForRegisteredUsers = false;
protected $btInterfaceHeight = 400;
protected $btTable = 'btShareThisPage';

Expand Down

0 comments on commit 1cf77c7

Please sign in to comment.