Skip to content

Commit

Permalink
Update magichome.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Mar 5, 2019
1 parent aecda01 commit 9685299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/magichome/magichome.class.php
Expand Up @@ -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);

}
Expand Down

0 comments on commit 9685299

Please sign in to comment.