Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1

This commit is contained in:
Martin Konecny 2011-11-09 11:52:09 -05:00
commit fe4f6c97b2

View file

@ -282,7 +282,6 @@ class MusicDir {
}
public static function removeWatchedDir($p_dir){
$p_dir = realpath($p_dir)."/";
$real_path = realpath($p_dir)."/";
if($real_path != "/"){
$p_dir = $real_path;