Skip to content

Commit c1c3777

Browse files
author
Roman Gsponer
committed
fix getLicenseObject
1 parent 627f667 commit c1c3777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/License.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function extends($extends) {
156156
],
157157
'translations' => [
158158
$lang => [
159-
"plain.licenses.$prefix" => $this->getLicenseObject($lang)
159+
"plain.licenses.$prefix" => $this->getLicenseObject()
160160
]
161161
],
162162
]);

0 commit comments

Comments
 (0)