Commit 3a1fefb647a2f6cb7b36cac5551e7b684eb80180
1 parent
b526703e
KTC-596
"Names for the DroppedDocuments do not appear in the 'My Dropped documents dashlet' Dashlet" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9204 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php
| ... | ... | @@ -278,7 +278,7 @@ class MyDropDocumentsPage extends KTStandardDispatcher { |
| 278 | 278 | $sContentType = KTMime::getIconPath($oDocument->getMimeTypeID()); |
| 279 | 279 | $aAnchorData = $this->getDocInfo($documentId); |
| 280 | 280 | $sLink = $aAnchorData[0]; |
| 281 | - $sDocName = $aAnchorData[1]; | |
| 281 | + $sShortDocName = $sDocName = $aAnchorData[1]; | |
| 282 | 282 | |
| 283 | 283 | $iDocLength = strlen($sDocName); |
| 284 | 284 | $iMax = 40; | ... | ... |