summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 14:41:34 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 14:41:34 +0100
commitfe7537b5dd0449a074cd0e7f2daefae21e78d16f (patch)
tree95488e169f4d192048c789456a7c0f5b04dc6fb2 /functions.php
parent0ba3a1274d5320da6409c81de54fe2bdc37390d9 (diff)
move MiniTemplator and prototype to lib/
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index fbf14ab50..1b509f3b0 100644
--- a/functions.php
+++ b/functions.php
@@ -3665,7 +3665,7 @@
function prepare_headlines_digest($link, $user_id, $days = 1, $limit = 100) {
- require_once "MiniTemplator.class.php";
+ require_once "lib/MiniTemplator.class.php";
$tpl = new MiniTemplator;
$tpl_t = new MiniTemplator;