mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- fixed inclusion of LetoDMS_Preview
This commit is contained in:
parent
b05ab85ecc
commit
f938f5d1e9
|
@ -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");
|
||||
|
||||
$documentid = $_GET["documentid"];
|
||||
if (!isset($documentid) || !is_numeric($documentid) || intval($documentid)<1) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user