diff --git a/web/includes/Storage.php b/web/includes/Storage.php index 1820b977d..4143d0585 100644 --- a/web/includes/Storage.php +++ b/web/includes/Storage.php @@ -26,6 +26,8 @@ class Storage { public function Path() { if ( isset( $this->{'Path'} ) and ( $this->{'Path'} != '' ) ) { return $this->{'Path'}; + } else if ( ! $this->{'Id'} ) { + return ZM_DIR_EVENTS; } return $this->{'Name'}; }