summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/api/docs.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/api/docs.php b/pages/api/docs.php
index 51b92f5..3d11831 100644
--- a/pages/api/docs.php
+++ b/pages/api/docs.php
@@ -27,5 +27,4 @@ if ($json_object["category"]) $data["category"] = trim($json_object["category"])
$data["last"]["date"] = time();
$data["last"]["author"] = $_PROFILE['login'];
-file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/docs/" . $select . ".json", utf8_encode(json_encode($data)));
-createJob("CleanupDocs", []); \ No newline at end of file
+file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/docs/" . $select . ".json", utf8_encode(json_encode($data))); \ No newline at end of file