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

Commit

Permalink
CMS commit 21442
Browse files Browse the repository at this point in the history
  • Loading branch information
elinw committed Jul 9, 2011
1 parent af37bb5 commit 2881906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/updater/updateadapter.php
Expand Up @@ -50,7 +50,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_ID', 'VERSION', 'DESCRIPTION');

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

0 comments on commit 2881906

Please sign in to comment.