mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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
|
* Include class to preview documents
|
||||||
*/
|
*/
|
||||||
require_once("LetoDMS_Preview/Preview.php");
|
require_once("LetoDMS/Preview.php");
|
||||||
|
|
||||||
$documentid = $_GET["documentid"];
|
$documentid = $_GET["documentid"];
|
||||||
if (!isset($documentid) || !is_numeric($documentid) || intval($documentid)<1) {
|
if (!isset($documentid) || !is_numeric($documentid) || intval($documentid)<1) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user