aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/components/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/page/components/list.php')
-rw-r--r--views/default/page/components/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/page/components/list.php b/views/default/page/components/list.php
index 5e8c8432d..3a4fc21c8 100644
--- a/views/default/page/components/list.php
+++ b/views/default/page/components/list.php
@@ -25,7 +25,7 @@ $pagination = elgg_extract('pagination', $vars, true);
$offset_key = elgg_extract('offset_key', $vars, 'offset');
$position = elgg_extract('position', $vars, 'after');
-// @todo standardize on full - will require backward compatible code
+// @todo standardize on full_view - will require backward compatible code
if (isset($vars['full_view'])) {
$vars['full'] = $vars['full_view'];
}