mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
git-svn-id: file:///svn/phpbb/trunk@7093 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -51,7 +51,9 @@ class acp_main
|
||||
|
||||
$action = request_var('action', '');
|
||||
|
||||
if ($action && !confirm_box(true))
|
||||
if ($action)
|
||||
{
|
||||
if (!confirm_box(true))
|
||||
{
|
||||
switch ($action)
|
||||
{
|
||||
@@ -90,7 +92,8 @@ class acp_main
|
||||
)));
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
switch ($action)
|
||||
{
|
||||
case 'online':
|
||||
@@ -252,6 +255,8 @@ class acp_main
|
||||
add_log('admin', 'LOG_RESYNC_POST_MARKING');
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Get forum statistics
|
||||
$total_posts = $config['num_posts'];
|
||||
|
Reference in New Issue
Block a user