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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user