aboutsummaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-13 22:42:47 +0200
committeradam <adam@>2021-02-13 22:42:47 +0200
commit26b06104aceb8c174e26dde66962e893db5444c6 (patch)
treef87ec74e000041be61aab803597869f01a2a7f8d /php
parent35780edd463c989f344be1c54144dd77e0127311 (diff)
downloadfileup-26b06104aceb8c174e26dde66962e893db5444c6.tar.gz
asdf
Diffstat (limited to 'php')
-rw-r--r--php/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/database.php b/php/database.php
index c8904db..69b4b34 100644
--- a/php/database.php
+++ b/php/database.php
@@ -361,7 +361,7 @@ require_once "node.php";
}
//print count($id);
- return $id["id"];
+ return $id;
}