Skip to content
Snippets Groups Projects
Commit 24a92c60 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #2999 write docserver table name

parent 79feffa8
No related branches found
No related tags found
No related merge requests found
...@@ -742,7 +742,7 @@ class functions ...@@ -742,7 +742,7 @@ class functions
{ {
$line = $stmt->fetchObject(); $line = $stmt->fetchObject();
$query = "SELECT path_template FROM " . _DOCSERVERS_TABLE_NAME . " WHERE docserver_id = 'TEMPLATES'"; $query = "SELECT path_template FROM docservers WHERE docserver_id = 'TEMPLATES'";
$stmt2 = $conn->query($query); $stmt2 = $conn->query($query);
$resDs = $stmt2->fetchObject(); $resDs = $stmt2->fetchObject();
$pathToDs = $resDs->path_template; $pathToDs = $resDs->path_template;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment