minor fixes

This commit is contained in:
Dmitry (dio) Levashov
2012-03-14 23:58:05 +04:00
parent c3d119be8e
commit 34641a75e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ abstract class elFinderVolumeDriver {
* @author Alexey Sukhotin
**/
public function mount(array $opts) {
if ($opts['path'] === '') {
if (!isset($opts['path']) || $opts['path'] === '') {
return false;
}