Public bug reported:

Binary package hint: zoph

In import.inc.php the create_dir function returns false even if it
succeded to create a directory and therefore the script dies without
reason. The following diff of import.inc.php  worked for me:

138c138
<             return 0;
---
>             return 1;
142c142
<             return -1;
---
>             return 0;

Cheers!

Wilfried

** Affects: zoph (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
zip import in zoph doesn't work
https://launchpad.net/bugs/90137

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to