From 12064ff88f1f8d7bf014d4bb734906f1f4570930 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 15 Dec 2005 14:29:52 +0000 Subject: [PATCH] Get the proper title for the document being created. --- plugins/ktcore/folder/addDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktcore/folder/addDocument.php b/plugins/ktcore/folder/addDocument.php index ce08291..0d148ed 100644 --- a/plugins/ktcore/folder/addDocument.php +++ b/plugins/ktcore/folder/addDocument.php @@ -95,7 +95,7 @@ class KTFolderAddDocumentAction extends KTFolderAction { 'contents' => new KTFSFileLike($_FILES['file']['tmp_name']), 'documenttype' => $this->oDocumentType, 'metadata' => $aFields, - 'description' => $_REQUEST['fName'], + 'description' => $_REQUEST['title'], ); $mpo->start(); -- libgit2 0.21.4