]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Forgot to bootstrap the html5_init function!
authorEvan Winslow <evan.b.winslow@gmail.com>
Fri, 2 Jul 2010 09:47:48 +0000 (09:47 +0000)
committerEvan Winslow <evan.b.winslow@gmail.com>
Fri, 2 Jul 2010 09:47:48 +0000 (09:47 +0000)
start.php

index 6598fd887f2cf5cb6eea8f0f864be7f14eb53024..44e4be0967b68f765ac31ee6d2cbe2a7832b16c1 100644 (file)
--- a/start.php
+++ b/start.php
@@ -8,5 +8,6 @@ function html5_init() {
        elgg_extend_view('css', 'html5/css');\r
        \r
        elgg_view_register_simplecache('scripts/html5');\r
-       elgg_view_register_simplecache('html5/css');\r
-}
\ No newline at end of file
+}\r
+\r
+register_elgg_event_handler('init', 'system', 'html5_init');\r