aboutsummaryrefslogtreecommitdiffstats
path: root/php/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/database.php')
-rw-r--r--php/database.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/database.php b/php/database.php
index b95b2a6..42ff7c1 100644
--- a/php/database.php
+++ b/php/database.php
@@ -477,6 +477,7 @@ require_once "node.php";
}
$nod=$prep->fetch(PDO::FETCH_ASSOC);
$ret=new Node();
+
$ret->node_id=$nod["node_id"];
$ret->is_directory=$nod["is_directory"];
$ret->relative_path=$nod["relative_path"];