diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-22 14:41:34 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-22 14:41:34 +0100 |
| commit | fe7537b5dd0449a074cd0e7f2daefae21e78d16f (patch) | |
| tree | 95488e169f4d192048c789456a7c0f5b04dc6fb2 /functions.php | |
| parent | 0ba3a1274d5320da6409c81de54fe2bdc37390d9 (diff) | |
move MiniTemplator and prototype to lib/
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
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; |