- cleaning up a dirty code

This commit is contained in:
James 2011-11-09 11:27:17 -05:00
parent f373ddb617
commit a551e08fce
1 changed files with 0 additions and 1 deletions

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;