Browse Source

Update kvs.hrl

Andrii Zadorozhnii 11 years ago
parent
commit
a18b60a994
1 changed files with 1 additions and 1 deletions
  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)} ]).