Revision 327
Added by stefan over 18 years ago
trunk/wb/admin/media/browse.php | ||
---|---|---|
38 | 38 |
|
39 | 39 |
// Get the current dir |
40 | 40 |
$directory = $admin->get_get('dir'); |
41 |
if($directory == '/') { |
|
41 |
if($directory == '/' OR $directory == '\\') {
|
|
42 | 42 |
$directory = ''; |
43 | 43 |
} |
44 | 44 |
|
Also available in: Unified diff
Fixed ticket #134 - error on browsing media.