1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10714] Get log from container in install, update and download/file

PHPBB3-10714
This commit is contained in:
Joas Schilling
2013-03-04 11:25:27 +01:00
parent e512ad6726
commit 7423d48757
3 changed files with 5 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ if (isset($_GET['avatar']))
$phpbb_dispatcher = $phpbb_container->get('dispatcher');
$request = $phpbb_container->get('request');
$db = $phpbb_container->get('dbal.conn');
$phpbb_log = $phpbb_container->get('log');
// Connect to DB
if (!@$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false, false))