2012122701-fix_entity_class.php 162 B

12345678
  1. <?php
  2. /**
  3. * Register thewire objects with the ElggWire class.
  4. */
  5. if (get_subtype_id('object', 'thewire')) {
  6. update_subtype('object', 'thewire', 'ElggWire');
  7. }