From 865c7b273bf3bae08cf3c17e29dbc25657b1344c Mon Sep 17 00:00:00 2001 From: SecretR Date: Sat, 9 Feb 2013 17:22:19 +0200 Subject: [PATCH] File handler is no more singleton by default --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 332c56890..ec060bc4a 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -1201,7 +1201,7 @@ class e107 * @param boolean $singleton default true * @return e_file */ - public static function getFile($singleton = true) + public static function getFile($singleton = false) { if($singleton) {