From 7532dd13191eb1ec9b138756af63e60c6c3de875 Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 14 Dec 2012 15:26:53 +0000 Subject: [PATCH] - fixed inclusion of LetoDMS_Preview --- out/out.ViewDocument.php | 2 +- out/out.ViewFolder.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/out/out.ViewDocument.php b/out/out.ViewDocument.php index 7f8ef4641..2e17af42d 100644 --- a/out/out.ViewDocument.php +++ b/out/out.ViewDocument.php @@ -30,7 +30,7 @@ include("../inc/inc.Authentication.php"); /** * Include class to preview documents */ -require_once("LetoDMS_Preview/Preview.php"); +require_once("LetoDMS/Preview.php"); $tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME'])); $view = UI::factory($theme, $tmp[1]); diff --git a/out/out.ViewFolder.php b/out/out.ViewFolder.php index f8d9daa48..cdc5493a7 100644 --- a/out/out.ViewFolder.php +++ b/out/out.ViewFolder.php @@ -28,7 +28,7 @@ include("../inc/inc.ClassUI.php"); /** * Include class to preview documents */ -require_once("LetoDMS_Preview/Preview.php"); +require_once("LetoDMS/Preview.php"); $tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME'])); $view = UI::factory($theme, $tmp[1], array('dms'=>$dms, 'user'=>$user));