Merge pull request #139 from rickvanderzwet/fix_new_link_error

Fix php syntax error
This commit is contained in:
Marius Lindvall 2020-05-25 14:30:23 +02:00 committed by GitHub
commit a9379ff24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ header("X-Hauk-Version: ".BACKEND_VERSION);
requirePOST(
"sid", // Existing session ID.
"ado", // Whether or not to allow adoption.
"ado" // Whether or not to allow adoption.
);
$memcache = memConnect();