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