Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Add INFOURL to _updatecols #695

Merged
merged 1 commit into from Jan 2, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/joomla/updater/updateadapter.php
Expand Up @@ -46,7 +46,7 @@ class JUpdateAdapter extends JAdapterInstance
* @var array
* @since 11.1
*/
protected $_updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION');
protected $_updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL');

/**
* Gets the reference to the current direct parent
Expand Down