Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Aug 6, 2016
1 parent c5fa443 commit f3a661b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_joomlaupdate/models/default.php
Expand Up @@ -255,9 +255,9 @@ public function download($reinstall = false)
$packageURL = $updateInfo['object']->downloadurl->_data;

// Check if there is a special reinstall URL
if ($reinstall == true && isset($this->updateInfo['object']->reinstallurl->_data))
if ($reinstall == true && isset($updateInfo['object']->reinstallurl->_data))
{
$packageURL = $this->updateInfo['object']->reinstallurl->_data;
$packageURL = $updateInfo['object']->reinstallurl->_data;
}

$basename = basename($packageURL);
Expand Down
Expand Up @@ -123,5 +123,6 @@
</tfoot>
</table>
</fieldset>

<input type="hidden" name="task" value="update.download" />
<input type="hidden" name="option" value="com_joomlaupdate" />

0 comments on commit f3a661b

Please sign in to comment.