GnumericToExcel.php wip_alan_T7109_add_download_event
authorAlan <alan@roojs.com>
Wed, 9 Feb 2022 05:10:32 +0000 (13:10 +0800)
committerAlan <alan@roojs.com>
Wed, 9 Feb 2022 05:10:32 +0000 (13:10 +0800)
GnumericToExcel.php

index 0e69a78..5a23e4a 100644 (file)
@@ -132,7 +132,7 @@ class Pman_Core_GnumericToExcel extends Pman
             'size' => filesize($targetTmp)
         ));
         
-        $this->addEvent("DOWNLOAD",  false, $fname . (isset($_REQUEST['summary']) ? (' - ' . $_REQUEST['summary']) : ''));
+        $this->addEvent("DOWNLOAD",  false, $fname  );
         
        // unlink($srcTmp);