Skip to content

Commit

Permalink
MDL-14589 remove old user icons after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 11, 2010
1 parent edfd6a5 commit c7744f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/db/upgradelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ function upgrade_migrate_user_icons() {
$rs->close();

// purge all old user image dirs
// remove_dir("$CFG->dataroot/user");
// remove_dir("$CFG->dataroot/users");
remove_dir("$CFG->dataroot/user");
remove_dir("$CFG->dataroot/users");
}

/**
Expand Down

0 comments on commit c7744f1

Please sign in to comment.