|
@@ 717-721 (lines=5) @@
|
| 714 |
|
{ |
| 715 |
|
global $PMF_LANG; |
| 716 |
|
|
| 717 |
|
if ($this->config->getDefaultUrl() === '') { |
| 718 |
|
$output = $PMF_LANG['ad_linkcheck_noReferenceURL']; |
| 719 |
|
|
| 720 |
|
return ($cron ? '' : sprintf('<p class="alert alert-warning">%s</p>', $output)); |
| 721 |
|
} |
| 722 |
|
|
| 723 |
|
if (trim('' == $this->config->getDefaultUrl())) { |
| 724 |
|
$output = $PMF_LANG['ad_linkcheck_noReferenceURL']; |
|
@@ 723-727 (lines=5) @@
|
| 720 |
|
return ($cron ? '' : sprintf('<p class="alert alert-warning">%s</p>', $output)); |
| 721 |
|
} |
| 722 |
|
|
| 723 |
|
if (trim('' == $this->config->getDefaultUrl())) { |
| 724 |
|
$output = $PMF_LANG['ad_linkcheck_noReferenceURL']; |
| 725 |
|
|
| 726 |
|
return ($cron ? '' : sprintf('<p class="alert alert-warning">%s</p>', $output)); |
| 727 |
|
} |
| 728 |
|
|
| 729 |
|
if ($this->isReady() === false) { |
| 730 |
|
$output = $PMF_LANG['ad_linkcheck_noAllowUrlOpen']; |