mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
fix 3169, delete wildcards in export-links
This commit is contained in:
parent
991155c8d4
commit
d87cc90438
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ var db = require("../db/DB").db;
|
|||
var ERR = require("async-stacktrace");
|
||||
|
||||
exports.getPadRaw = function(padId, callback){
|
||||
|
||||
padId=padId.replace('*','')
|
||||
async.waterfall([
|
||||
function(cb){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue