diff options
author | friendica <info@friendica.com> | 2013-12-22 02:04:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-22 02:04:55 -0800 |
commit | 0366991b45a9b54da66850bce44b4b9dc1d939a7 (patch) | |
tree | 0c84ba2b23587a1296189e2e789328aef600164e /mod/mitem.php | |
parent | d32bbaf599c77aa415ee403a896b77f091f0e9fc (diff) | |
download | volse-hubzilla-0366991b45a9b54da66850bce44b4b9dc1d939a7.tar.gz volse-hubzilla-0366991b45a9b54da66850bce44b4b9dc1d939a7.tar.bz2 volse-hubzilla-0366991b45a9b54da66850bce44b4b9dc1d939a7.zip |
appears that I missed a few files for Comanchification. so here's mitem.
Diffstat (limited to 'mod/mitem.php')
-rw-r--r-- | mod/mitem.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mod/mitem.php b/mod/mitem.php index 8e60e2d65..e0aa1b87a 100644 --- a/mod/mitem.php +++ b/mod/mitem.php @@ -81,11 +81,8 @@ function mitem_content(&$a) { $channel = $a->get_channel(); - $a->set_widget('design',design_tools()); - - $m = menu_fetch($a->data['menu']['menu_name'],local_user(), get_observer_hash()); - $a->set_widget('menu_preview',menu_render($m)); + $a->data['menu_item'] = $m; if(argc() == 2) { |