prevent typeError

pull/1/head
ansuz 2017-09-28 10:23:48 +02:00
parent 0df9e5ace0
commit 19e58cec94
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ define([
getFiles([FILES_DATA]).forEach(function (id) {
var data = allFilesList[id];
if (!data) { return; }
if (Array.isArray(data.tags) && containsSearchedTag(data.tags)) {
res.push(id);
} else