mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/17361] Rewrite storage
PHPBB-17361
This commit is contained in:
@@ -159,7 +159,7 @@ class controller
|
||||
|
||||
@set_time_limit(0);
|
||||
|
||||
$fp = $this->storage->read_stream($file);
|
||||
$fp = $this->storage->read($file);
|
||||
|
||||
// Close db connection
|
||||
$this->file_gc();
|
||||
@@ -173,7 +173,7 @@ class controller
|
||||
flush();
|
||||
|
||||
// Terminate script to avoid the execution of terminate events
|
||||
// This avoid possible errors with db connection closed
|
||||
// This avoids possible errors with db connection closed
|
||||
exit;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user