1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48: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
* @return e_file
*/
public static function getFile($singleton = true)
public static function getFile($singleton = false)
{
if($singleton)
{