Skip to content

Commit

Permalink
Fixes #3161. Added upgrade to update object, widget to ElggWidget.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.elgg.org/elgg/trunk@8789 36083f99-b078-4883-b0ff-0f9b5a30f544
  • Loading branch information
brettp committed Mar 20, 2011
1 parent bf22213 commit e2ee7b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
@@ -0,0 +1,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');
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -11,7 +11,7 @@

// YYYYMMDD = Elgg Date
// XX = Interim incrementer
$version = 2011031600;
$version = 2011032000;

// Human-friendly version name
$release = '1.8-svn';

0 comments on commit e2ee7b5

Please sign in to comment.