From 051befced50a1237204358872c9a6c9429e5e4db Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 14 Jul 2014 14:18:32 +0000 Subject: [PATCH] Don\t --- etemplate/inc/class.etemplate_new.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/etemplate/inc/class.etemplate_new.inc.php b/etemplate/inc/class.etemplate_new.inc.php index bffb603bcd..92e458c634 100644 --- a/etemplate/inc/class.etemplate_new.inc.php +++ b/etemplate/inc/class.etemplate_new.inc.php @@ -355,9 +355,6 @@ class etemplate_new extends etemplate_widget_template error_log(__METHOD__."(,".array2string($content).')'); error_log(' validated='.array2string($validated)); - // tell request call to remove request, if it is not modified eg. by call to exec in callback - self::$request->remove_if_not_modified(); - return ExecMethod(self::$request->method, self::complete_array_merge(self::$request->preserv, $validated)); }