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:
Meik Sievertsen 2009-09-15 12:58:23 +00:00
parent b4c7dbcd66
commit 1df914d80a

View file

@ -2514,6 +2514,7 @@ function view_log($mode, &$log, &$log_count, $limit = 0, $offset = 0, $forum_id
case 'mod':
$log_type = LOG_MOD;
$sql_forum = '';
if ($topic_id)
{