summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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;