Browse Source

- Fix a little warning

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
82071787bb
  1. 4
      app/widgets/WidgetCommon/WidgetCommon.php

4
app/widgets/WidgetCommon/WidgetCommon.php

@ -245,6 +245,10 @@ class WidgetCommon extends WidgetBase {
break;
case 'alternate' :
$url = parse_url($l['href']);
if(!isset($url['host']))
$url['host'] = '';
$enc .= '
<a
href="'.$l['href'].'"

Loading…
Cancel
Save