aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2011032000-1.8_svn-widgets_arent_plugins-61836261fa280a5c.php
blob: a20970d7965fa41b6cb6c7e15fab29cc5b3a24ed (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Elgg 1.8-svn upgrade 2011031800
 * widgets_arent_plugins
 *
 * At some point in Elgg's history subtype widget was registered with class ElggPlugin.
 * Fix that.
 */

update_subtype('object', 'widget', 'ElggWidget');