@@ 728-731 (lines=4) @@ | ||
725 | { |
|
726 | global $PMF_LANG; |
|
727 | ||
728 | if ($this->_config->get('main.referenceURL') == '') { |
|
729 | $output = $PMF_LANG['ad_linkcheck_noReferenceURL']; |
|
730 | return ($cron ? '' : '<br /><br />'.$output); |
|
731 | } |
|
732 | ||
733 | if (trim('' == $this->_config->get('main.referenceURL'))) { |
|
734 | $output = $PMF_LANG['ad_linkcheck_noReferenceURL']; |
|
@@ 733-736 (lines=4) @@ | ||
730 | return ($cron ? '' : '<br /><br />'.$output); |
|
731 | } |
|
732 | ||
733 | if (trim('' == $this->_config->get('main.referenceURL'))) { |
|
734 | $output = $PMF_LANG['ad_linkcheck_noReferenceURL']; |
|
735 | return ($cron ? '' : '<br /><br />'.$output); |
|
736 | } |
|
737 | ||
738 | if ($this->isReady() === false) { |
|
739 | $output = $PMF_LANG['ad_linkcheck_noAllowUrlOpen']; |