aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-31 17:13:20 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-31 17:13:20 +0000
commit73fea100984cd8ac1fae690e100df2c6cc930b63 (patch)
treead4dd9fb3db1e51a44ba2792f5f89233e7c702d4 /engine/lib/views.php
parent9362768fbcdd6eb543bc53e3ad8737eb6297344d (diff)
downloadelgg-73fea100984cd8ac1fae690e100df2c6cc930b63.tar.gz
elgg-73fea100984cd8ac1fae690e100df2c6cc930b63.tar.bz2
Refs #2752, #2635. Merged r7299 to trunk.
git-svn-id: http://code.elgg.org/elgg/trunk@7792 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r--engine/lib/views.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php
index 942f1b6a7..878db04d8 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -1620,7 +1620,7 @@ function elgg_views_boot() {
elgg_register_event_handler('ready', 'system', 'elgg_views_register_core_head_elements');
// discover the built-in view types
- // @todo cache this
+ // @todo the cache is loaded in load_plugins() but we need to know view_types earlier
$view_path = $CONFIG->viewpath;
$views = scandir($view_path);