From 01184e3d806185c799d826f85f5c746da8c5a9c6 Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 7 Dec 2005 01:31:28 +0000 Subject: [PATCH] Fix non-absolute include --- libraries/lib.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 227372f1..fbd3029e 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,9 +3,9 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.108 2005/11/23 04:29:02 chriskl Exp $ + * $Id: lib.inc.php,v 1.109 2005/12/07 01:31:28 chriskl Exp $ */ - include_once('decorator.inc.php'); + include_once('./libraries/decorator.inc.php'); include_once('./lang/translations.php'); // Set error reporting level to max -- 2.39.5