diff --git a/core/deprecated/Http.js b/core/deprecated/Http.js
index 5cb673b..7fbb494 100644
--- a/core/deprecated/Http.js
+++ b/core/deprecated/Http.js
@@ -50,7 +50,7 @@ function httpReq(type,url,callback,params,headers,data,contentType,username,pass
 		url:url,
 		processData:false,
 		data:data,
-		cache:allowCache ? false : true,
+		cache:allowCache,
 		beforeSend: function(xhr) {
 			for(var i in headers)
 				xhr.setRequestHeader(i,headers[i]);

