Commit 93eb2ec9 by Sebastián Katzer

Fix missing this

parent 8b697888
......@@ -347,7 +347,7 @@ exports.core = {
notifications = [];
if (ids.length === 0) {
ids = getAllIds();
ids = this.getAllIds();
}
for (var index = 0; index < ids.length; index++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment