Skip to content

Commit 1716394

Browse files
committed
Merge pull request #3364 from 810/develop
Release K4.0.5
2 parents 3366658 + 19c384a commit 1716394

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

components/com_kunena/site/template/crypsis/layouts/message/row/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
if ($topic->ordering)
2727
{
28-
if ($this->topic->getCategory()->class_sfx)
28+
if ($topic->getCategory()->class_sfx)
2929
{
3030
$txt .= '';
3131
}

components/com_kunena/site/template/crypsisb3/kunena_tmpl_crypsis.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE extension>
33
<extension version="2.5" type="file">
44
<name>kunena_tmpl_crypsisb3</name>
5-
<version>4.0.4</version>
6-
<creationDate>2015-08-16</creationDate>
5+
<version>4.0.5</version>
6+
<creationDate>2015-08-17</creationDate>
77
<author>Kunena Team</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>http://www.kunena.org</authorUrl>

components/com_kunena/site/template/crypsisb3/template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE kinstall>
33
<kinstall type="kunena-template" version="4.0">
44
<name>Crypsisb3</name>
5-
<creationDate>2015-08-16</creationDate>
6-
<version>4.0.4</version>
5+
<creationDate>2015-08-17</creationDate>
6+
<version>4.0.5</version>
77
<author>Kunena Team</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>http://www.kunena.org</authorUrl>

libraries/kunena/upload/upload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ public function upload($fileInput, $destination, $type = 'attachment')
523523
$file = new stdClass;
524524
$file->ext = JFile::getExt($fileInput['name']);
525525
$file->size = $fileInput['size'];
526-
$file->tmp_name = JFile::makeSafe($fileInput['tmp_name']);
526+
$file->tmp_name = $fileInput['tmp_name'];
527527
$file->error = $fileInput['error'];
528528
$file->destination = $destination . '.' . $file->ext;
529529
$file->success = false;

pkg_kunena.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<extension type="package" version="2.5" method="upgrade">
44
<name>Kunena Forum Package</name>
55
<packagename>kunena</packagename>
6-
<version>4.0.4</version>
6+
<version>4.0.5</version>
77
<versionname>Turnau</versionname>
88
<creationDate>@kunenaversiondate@</creationDate>
99
<author>Kunena Team</author>

0 commit comments

Comments
 (0)