From a2eef3414e4a21f933e9905cc1b3a2a536472797 Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 8 Apr 2011 16:10:19 +0000 Subject: [PATCH] - include LetoDMS/Core.php --- utils/adddoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/adddoc.php b/utils/adddoc.php index 416c04a9f..0ed8b9c4c 100644 --- a/utils/adddoc.php +++ b/utils/adddoc.php @@ -2,7 +2,7 @@ #ini_set('include_path', '.:/usr/share/php:/usr/share/letodms/www'); include("/etc/letodms/conf.Settings.php"); -include("LetoDMS/LetoDMS_Core.php"); +include("LetoDMS/Core.php"); function usage() { /* {{{ */ echo "Usage:\n";