Remove E_NOTICE - refs BT#12841

pull/2487/head
Angel Fernando Quiroz Campos 8 years ago
parent 4784f95c2e
commit 7324e836bc
  1. 2
      main/admin/configure_homepage.php

@ -387,7 +387,7 @@ if (!empty($action)) {
$add_in_tab = intval($_POST['add_in_tab']);
$link_html = trim(stripslashes($_POST['link_html']));
$filename = trim(stripslashes($_POST['filename']));
$target_blank = $_POST['target_blank'] ? true : false;
$target_blank = isset($_POST['target_blank']);
if ($link_url == 'http://' || $link_url == 'https://') {
$link_url = '';

Loading…
Cancel
Save