mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Add a default URL value
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
class FreshRSS_Share {
|
||||
|
||||
static public function generateUrl($options, $selected, $link, $title) {
|
||||
if (!array_key_exists('url', $selected)) {
|
||||
$selected['url'] = '';
|
||||
}
|
||||
$share = $options[$selected['type']];
|
||||
$matches = array(
|
||||
'~URL~',
|
||||
|
||||
Reference in New Issue
Block a user