mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
fix uninitialised variable in functions_admin.php (Bug #51295)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10146 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b4c7dbcd66
commit
1df914d80a
1 changed files with 1 additions and 0 deletions
|
@ -2514,6 +2514,7 @@ function view_log($mode, &$log, &$log_count, $limit = 0, $offset = 0, $forum_id
|
||||||
|
|
||||||
case 'mod':
|
case 'mod':
|
||||||
$log_type = LOG_MOD;
|
$log_type = LOG_MOD;
|
||||||
|
$sql_forum = '';
|
||||||
|
|
||||||
if ($topic_id)
|
if ($topic_id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue