Author: jleroux
Date: Thu Oct 4 23:11:36 2007
New Revision: 582089
URL:
http://svn.apache.org/viewvc?rev=582089&view=revLog:
Applied fix from trunk for revision: 581919
Modified:
ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh
Modified: ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh?rev=582089&r1=582088&r2=582089&view=diff==============================================================================
--- ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh (original)
+++ ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh Thu Oct 4 23:11:36 2007
@@ -24,7 +24,7 @@
import org.ofbiz.webapp.stats.*;
String clearBins = request.getParameter("clear");
-if (UtilValidate.isNotEmpty(clearBins) && "true".equals(clearBin)) {
+if (UtilValidate.isNotEmpty(clearBins) && "true".equals(clearBins)) {
ServerHitBin.requestSinceStarted.clear();
ServerHitBin.eventSinceStarted.clear();
ServerHitBin.viewSinceStarted.clear();