forked from ZwiiCMS-Team/ZwiiCMS
fix user path select
This commit is contained in:
parent
25d6192e0e
commit
d8525bf123
@ -58,7 +58,7 @@ class folder extends common
|
||||
|
||||
}
|
||||
|
||||
self::$sharePath = $this->getSubdirectories('./site/file/source');
|
||||
self::$sharePath = $this->getSubdirectories('site/file/source');
|
||||
self::$sharePath = array_flip(self::$sharePath);
|
||||
|
||||
// Valeurs en sortie
|
||||
|
Loading…
Reference in New Issue
Block a user