diff --git a/modules/magichome/magichome.class.php b/modules/magichome/magichome.class.php index 465a68b..3daf125 100644 --- a/modules/magichome/magichome.class.php +++ b/modules/magichome/magichome.class.php @@ -469,6 +469,10 @@ function search_devices(&$out) { * @access public */ function usual(&$out) { + + if ($this->owner->action=='apps') { + $this->redirect(ROOTHTML."module/".$this->name.".html"); + } else $this->admin($out); }