summaryrefslogtreecommitdiff
path: root/utils/modules/events.php
diff options
context:
space:
mode:
authordeva <deva>2010-01-28 13:45:42 +0000
committerdeva <deva>2010-01-28 13:45:42 +0000
commit55b8d42b6422f24196078c8adb6a2a59861d0ef4 (patch)
tree922cb7c3ed395ac28279d5091d057b9f30bcdbfa /utils/modules/events.php
parent657b191f6b4ae00d714fffe6911d8999d0a99873 (diff)
Lazy load on modules.
Diffstat (limited to 'utils/modules/events.php')
-rw-r--r--utils/modules/events.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/modules/events.php b/utils/modules/events.php
index 8be8f5e..d8631ec 100644
--- a/utils/modules/events.php
+++ b/utils/modules/events.php
@@ -1,6 +1,8 @@
<?php
/* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+global $UTIL_DIR;
+
include_once($UTIL_DIR . "/convert.php");
include_once($UTIL_DIR . "/markdown.php");