Manu - 2013-02-15

When updating the contents of a folder and the name of this folder contains spaces, we get the error :
"folder%20name" object not fond, we have modified lib/proto/proto.php line 140 by this :

$arr = $this->M->decode(urldecode($str));

No error is reported, but the tree shown in the top of the page is show like this :

root level->folder%20name

The version used is 1.2.6.

Many thanks for your help.