Andrii Zadorozhnii 11 лет назад
Родитель
Сommit
a18b60a994
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/kvs.hrl

+ 1 - 1
include/kvs.hrl

@@ -13,7 +13,7 @@
 -define(CONTAINERS, [
     {feed,              record_info(fields, feed)},
     {acl,               record_info(fields, acl)},
-    {entry_views,       record_info(fields, acl_views)},
+    {entry_views,       record_info(fields, entry_views)},
     {user_transaction,  record_info(fields, user_transaction)},
     {user_payment,      record_info(fields, user_payment)} ]).