Update release_checking.php

This commit is contained in:
Brian Teeman 2021-03-05 17:52:36 +00:00 committed by GitHub
parent 318a87154c
commit 5e8cf2655f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 239 additions and 239 deletions

View File

@ -152,7 +152,7 @@ abstract class Release_checkingHelper
/**
* Prepares the xml document
*/
public static function xls($rows, $fileName = null, $title = null, $subjectTab = null, $creator = 'Joomla Component Builder', $description = null, $category = null,$keywords = null, $modified = null)
public static function xls($rows, $fileName = null, $title = null, $subjectTab = null, $creator = 'Joomla com_release_checking', $description = null, $category = null,$keywords = null, $modified = null)
{
// set the user
$user = JFactory::getUser();
@ -186,7 +186,7 @@ abstract class Release_checkingHelper
// Set document properties
$spreadsheet->getProperties()
->setCreator($creator)
->setCompany('Joomla Component Builder')
->setCompany('Joomla')
->setLastModifiedBy($modified)
->setTitle($title)
->setSubject($subjectTab);