aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/upgrades/2012122701-fix_entity_class.php
blob: a1f3827127f9c4b0ee44647ccefe0b4571613970 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Register thewire objects with the ElggWire class.
 */

if (get_subtype_id('object', 'thewire')) {
	update_subtype('object', 'thewire', 'ElggWire');
}