Skip to content

Commit

Permalink
Text not JText
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Jan 29, 2021
1 parent 03303e7 commit 06e2913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ private function install($update)

if (empty($package))
{
$app->enqueueMessage(JText::sprintf('COM_INSTALLER_UNPACK_ERROR', $p_file), 'error');
$app->enqueueMessage(Text::sprintf('COM_INSTALLER_UNPACK_ERROR', $p_file), 'error');

return false;
}
Expand Down

0 comments on commit 06e2913

Please sign in to comment.