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/ --- modules/pref-users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pref-users.php') 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 %s.", $email)); - require_once "MiniTemplator.class.php"; + require_once "lib/MiniTemplator.class.php"; $tpl = new MiniTemplator; -- cgit v1.2.3-54-g00ecf