diff --git a/app/music_on_hold/music_on_hold_edit.php b/app/music_on_hold/music_on_hold_edit.php index b74f38bf53..4550a71399 100644 --- a/app/music_on_hold/music_on_hold_edit.php +++ b/app/music_on_hold/music_on_hold_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2016 + Portions created by the Initial Developer are Copyright (C) 2016-2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -148,6 +148,10 @@ $db->exec(check_sql($sql)); unset($sql); + //clear the cache + $cache = new cache; + $cache->delete("configuration:local_stream.conf"); + //reload mod local stream $music = new switch_music_on_hold; $music->reload(); @@ -186,6 +190,10 @@ $db->exec(check_sql($sql)); unset($sql); + //clear the cache + $cache = new cache; + $cache->delete("configuration:local_stream.conf"); + //reload mod local stream $music = new switch_music_on_hold; $music->reload();