Changeset 3474

Show
Ignore:
Timestamp:
01/02/07 06:42:28 (6 years ago)
Author:
qldrob
Message:

Add redirect_standard() call to moh to avoid TRBoE issues.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/music/module.xml

    r3472 r3474  
    22  <rawname>music</rawname> 
    33  <name>Music on Hold</name> 
    4   <version>1.4</version> 
     4  <version>1.4.1</version> 
    55  <type>setup</type> 
    66  <category>Internal Options &amp; Configuration</category> 
    77  <description>Uploading and management of sound files (wav, mp3) to be used for on-hold music.</description> 
    88  <changelog> 
     9  *1.4.1* Add redirect_standard() call to avoid #1616 
    910  *1.4* Fix an issue of a new install not having a working MOH until they visit the page. 
    1011  *1.3.2* Add he_IL translation 
  • modules/branches/2.2/music/page.music.php

    r2862 r3474  
    4242    createmusicconf(); 
    4343    needreload(); 
     44    redirect_standard(); 
    4445  break; 
    4546  case "addedfile": 
    4647    createmusicconf(); 
    4748    needreload(); 
     49    redirect_standard(); 
    4850  break; 
    4951  case "delete": 
     
    5355    createmusicconf(); 
    5456    needreload(); 
     57    redirect_standard(); 
    5558  break; 
    5659}