Remove obsolete msg wrapper for deleting media db dirs

References #287
This commit is contained in:
Matthias Mees 2015-02-03 11:19:26 +01:00
parent 44a8d8d84d
commit 22d3d1cf4b

View File

@ -1769,9 +1769,7 @@ function serendipity_killPath($basedir, $directory = '', $forceDelete = false) {
}
@closedir($handle);
echo '<span class="msg_notice"><span class="icon-info-circled"></span> ';
printf(CHECKING_DIRECTORY . "<br />\n", $directory);
echo "</span>\n";
// No, we just don't kill files the easy way. We sort them out properly from the database
// and preserve files not entered therein.