mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
closes #5011
This commit is contained in:
@@ -318,9 +318,9 @@ Controllers.manifest = function(req, res) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Controllers.outgoing = function(req, res) {
|
Controllers.outgoing = function(req, res) {
|
||||||
var url = req.query.url;
|
var url = req.query.url || '';
|
||||||
var data = {
|
var data = {
|
||||||
url: validator.escape(String(url)),
|
outgoing: validator.escape(String(url)),
|
||||||
title: meta.config.title,
|
title: meta.config.title,
|
||||||
breadcrumbs: helpers.buildBreadcrumbs([{text: '[[notifications:outgoing_link]]'}])
|
breadcrumbs: helpers.buildBreadcrumbs([{text: '[[notifications:outgoing_link]]'}])
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user