fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16461] set header based on filename


From: sigurdne
Subject: [Fmsystem-commits] [16461] set header based on filename
Date: Tue, 21 Mar 2017 08:00:52 -0400 (EDT)

Revision: 16461
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16461
Author:   sigurdne
Date:     2017-03-21 08:00:52 -0400 (Tue, 21 Mar 2017)
Log Message:
-----------
set header based on filename

Modified Paths:
--------------
    trunk/property/inc/class.uitts.inc.php

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2017-03-21 11:41:59 UTC (rev 
16460)
+++ trunk/property/inc/class.uitts.inc.php      2017-03-21 12:00:52 UTC (rev 
16461)
@@ -263,7 +263,7 @@
                                $content = file_get_contents($file);
 
                                $browser = CreateObject('phpgwapi.browser');
-                               $browser->content_header($document['name'], '', 
$size);
+                               $browser->content_header($file_name, '', $size);
                                echo $content;
                        }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]