From 3a1fefb647a2f6cb7b36cac5551e7b684eb80180 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Wed, 3 Sep 2008 12:53:35 +0000 Subject: [PATCH] KTC-596 "Names for the DroppedDocuments do not appear in the 'My Dropped documents dashlet' Dashlet" Fixed. --- plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php b/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php index 6732d84..9251470 100644 --- a/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php +++ b/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php @@ -278,7 +278,7 @@ class MyDropDocumentsPage extends KTStandardDispatcher { $sContentType = KTMime::getIconPath($oDocument->getMimeTypeID()); $aAnchorData = $this->getDocInfo($documentId); $sLink = $aAnchorData[0]; - $sDocName = $aAnchorData[1]; + $sShortDocName = $sDocName = $aAnchorData[1]; $iDocLength = strlen($sDocName); $iMax = 40; -- libgit2 0.21.4