Skip to content

Commit

Permalink
Update adunits_module.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Mar 30, 2019
1 parent 7c91b64 commit 7a5e41a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acp/adunits_module.php
Expand Up @@ -313,10 +313,12 @@ function select_exclude_pages($value, $key)

$pages_list = array('ucp', 'viewtopic', 'search', 'faq', 'memberlist', 'posting', 'report', 'viewonline', 'feed', 'mcp', 'index');
$explain = array('UCP');
$selected = array();
if (isset($config[$key]) && strlen($config[$key]) > 0)
{
$selected = explode(',', $config[$key]);
}

$explain = array(
$user->lang['PROFILE'],
$user->lang['VIEW_TOPIC'], //viewtopic
Expand Down

0 comments on commit 7a5e41a

Please sign in to comment.