Refactor rename: using trashed_nodes instead of trash_nodes.

This commit is contained in:
jvelilla
2015-05-15 10:44:04 -03:00
parent 1c59a65983
commit 3b90d522f9
2 changed files with 3 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ feature -- Access: Node
end
trash_nodes (a_user: CMS_USER): LIST [CMS_NODE]
trashed_nodes (a_user: CMS_USER): LIST [CMS_NODE]
-- List of nodes with status in {CMS_NODE_API}.trashed.
-- if the current user is admin, it will retrieve all the trashed nodes
do