summaryrefslogtreecommitdiff
path: root/modules/pref-users.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 /modules/pref-users.php
parent0ba3a1274d5320da6409c81de54fe2bdc37390d9 (diff)
move MiniTemplator and prototype to lib/
Diffstat (limited to 'modules/pref-users.php')
-rw-r--r--modules/pref-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-users.php b/modules/pref-users.php
index 121e5b3b9..3398f8acf 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -290,7 +290,7 @@
if ($email) {
print_notice(T_sprintf("Notifying <b>%s</b>.", $email));
- require_once "MiniTemplator.class.php";
+ require_once "lib/MiniTemplator.class.php";
$tpl = new MiniTemplator;