From 73fea100984cd8ac1fae690e100df2c6cc930b63 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 31 Dec 2010 17:13:20 +0000 Subject: Refs #2752, #2635. Merged r7299 to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@7792 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/views.php') 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); -- cgit v1.2.3