1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

File handler is no more singleton by default

This commit is contained in:
SecretR
2013-02-09 17:22:19 +02:00
parent 90f4545481
commit 865c7b273b

View File

@@ -1201,7 +1201,7 @@ class e107
* @param boolean $singleton default true * @param boolean $singleton default true
* @return e_file * @return e_file
*/ */
public static function getFile($singleton = true) public static function getFile($singleton = false)
{ {
if($singleton) if($singleton)
{ {