Skip to content

Commit b17a550

Browse files
authored
[5.0] com_joomlaupdate comment (#42139)
Simple pr to update the file referenced in a todo codereview
1 parent 6e21386 commit b17a550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_joomlaupdate/src/Model/UpdateModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ private function checkCompatibility($updateFileUrl, $joomlaTargetVersion)
16561656
*/
16571657
protected function translateExtensionName(&$item)
16581658
{
1659-
// @todo: Cleanup duplicated code. from com_installer/models/extension.php
1659+
// @todo: Cleanup duplicated code. from com_installer/src/Model/InstallerModel.php
16601660
$lang = Factory::getLanguage();
16611661
$path = $item->client_id ? JPATH_ADMINISTRATOR : JPATH_SITE;
16621662

0 commit comments

Comments
 (0)