2011032000-1.8_svn-widgets_arent_plugins-61836261fa280a5c.php 229 B

1234567891011
  1. <?php
  2. /**
  3. * Elgg 1.8-svn upgrade 2011031800
  4. * widgets_arent_plugins
  5. *
  6. * At some point in Elgg's history subtype widget was registered with class ElggPlugin.
  7. * Fix that.
  8. */
  9. update_subtype('object', 'widget', 'ElggWidget');