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

Commit

Permalink
Add INFOURL to _updatecols
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Jan 2, 2012
1 parent 21994f6 commit 2e4c614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/updater/updateadapter.php
Original file line number Diff line number Diff line change
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

0 comments on commit 2e4c614

Please sign in to comment.