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