Added missing var in share.js

This commit is contained in:
Vincent Petry 2013-10-17 14:39:20 +02:00
parent 467f864db4
commit 8a5c761239
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ OC.Share={
* (not reloaded from server)
*/
updateIcons:function(itemType){
var item;
for (item in OC.Share.statuses){
var data = OC.Share.statuses[item];