diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-24 20:49:06 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-24 20:49:06 -0500 |
commit | 54bef9fc0b85acaf6950e618bd02aa50befd2acc (patch) | |
tree | 338179e8632d3b09de532a7aea4278ebc555ed81 /engine/lib/views.php | |
parent | be523eb86e6578030e022da4ff2143087a82eb67 (diff) | |
parent | a2cfbdeb100324090ffe19d58aeb71c2def83ac8 (diff) | |
download | elgg-54bef9fc0b85acaf6950e618bd02aa50befd2acc.tar.gz elgg-54bef9fc0b85acaf6950e618bd02aa50befd2acc.tar.bz2 |
Merge pull request #150 from cash/boot
Fixes #4317 cleans up the boot process
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index e59edac96..0a7969ae3 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1671,5 +1671,5 @@ function elgg_views_boot() { } } -elgg_register_event_handler('boot', 'system', 'elgg_views_boot', 1000); +elgg_register_event_handler('boot', 'system', 'elgg_views_boot'); elgg_register_event_handler('init', 'system', 'elgg_views_handle_deprecated_views'); |