display errors properly on directory creation in the browser. Sponsored by Koumbit, bug #9203
This commit is contained in:
parent
dcd3687701
commit
9878416c22
|
@ -38,7 +38,7 @@ $R=$bro->convertabsolute($R,1);
|
||||||
if ($formu) {
|
if ($formu) {
|
||||||
switch ($formu) {
|
switch ($formu) {
|
||||||
case 1: // Créer le répertoire $R.$nomfich
|
case 1: // Créer le répertoire $R.$nomfich
|
||||||
if ($bro->CreateDir($R,$nomfich)) {
|
if (!$bro->CreateDir($R,$nomfich)) {
|
||||||
print $err->errstr();
|
print $err->errstr();
|
||||||
}
|
}
|
||||||
$p=$bro->GetPrefs();
|
$p=$bro->GetPrefs();
|
||||||
|
|
Loading…
Reference in New Issue