Index: /modules/branches/2.2/miscapps/page.miscapps.php =================================================================== --- /modules/branches/2.2/miscapps/page.miscapps.php (revision 3363) +++ /modules/branches/2.2/miscapps/page.miscapps.php (revision 3485) @@ -31,6 +31,6 @@ case 'add': miscapps_add($description, $ext, $dest); - //needreload(); - //redirect_standard(); + needreload(); + redirect_standard(); break; case 'edit': Index: /modules/branches/2.2/miscapps/module.xml =================================================================== --- /modules/branches/2.2/miscapps/module.xml (revision 3394) +++ /modules/branches/2.2/miscapps/module.xml (revision 3485) @@ -2,5 +2,5 @@ miscapps Misc Applications - 0.1 + 0.2 setup Internal Options & Configuration @@ -8,4 +8,7 @@ Adds the ability to create feature codes that can go to any freePBX destination (such as an IVR or queue) + + *0.2* Fix bug with adding new apps + Misc Applications