Insert Image dialog works now also in debug mode.

This commit is contained in:
julmis
2004-08-22 09:49:25 +00:00
parent 480abd8384
commit b8db385fa1
+1 -1
View File
@@ -143,7 +143,7 @@
if(uploader != null) {
uploader.reset();
}
set_dir('<?php print($_REQUEST['wdir']);?>');
set_dir('<?php print(!empty($_REQUEST['wdir'])) ? $_REQUEST['wdir'] : "";?>');
return true;
}
-->