Fixed : Smarty cache
This commit is contained in:
parent
b3ce21714e
commit
607b410904
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ class Smarty_Template_Cached
|
||||||
{
|
{
|
||||||
global $Cbucket;
|
global $Cbucket;
|
||||||
|
|
||||||
if(!replaceable() || defined('LOVE_CLIPBUCKET')) return;
|
if( (!replaceable() || defined('LOVE_CLIPBUCKET') ) && !BACK_END ) return;
|
||||||
|
|
||||||
$data = array("Y","o","u"," ","have", " acci","dently ","remo","ved",
|
$data = array("Y","o","u"," ","have", " acci","dently ","remo","ved",
|
||||||
" #","C","l","i","p","B","ucket","#"," ","From"," Footer");
|
" #","C","l","i","p","B","ucket","#"," ","From"," Footer");
|
||||||
|
|
Loading…
Add table
Reference in a new issue