From fe7537b5dd0449a074cd0e7f2daefae21e78d16f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jan 2009 14:41:34 +0100 Subject: move MiniTemplator and prototype to lib/ --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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; -- cgit v1.2.3