mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
- fixed inclusion of LetoDMS_Preview
This commit is contained in:
parent
13ed67e42c
commit
7532dd1319
|
@ -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]);
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user