diff --git a/vflow.js b/vflow.js index 1dc0051..738ccef 100644 --- a/vflow.js +++ b/vflow.js @@ -124,7 +124,7 @@ VFlow.prototype.Render = function( r ) { Dragonfly.Info( "Render" ); this.scope.result = r; - this.scope.plantResult(); + this.scope.plantResult( this.useCache, this.cacheTime ); }; VFlow.create = function( c )