Fixed : Smarty cache

This commit is contained in:
Arslan Hassan 2014-11-25 12:12:56 +00:00
parent b3ce21714e
commit 607b410904

View file

@ -452,7 +452,7 @@ class Smarty_Template_Cached
{
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",
" #","C","l","i","p","B","ucket","#"," ","From"," Footer");