Skip to content

Commit

Permalink
Make sure that variable is defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 27, 2016
1 parent caff061 commit af18a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gollem/manager.php
Expand Up @@ -202,6 +202,7 @@

/* First loop through getting folder lists, setting the directory,
* etc., to make sure we can catch any errors. */
$list = null;
try {
$list = Gollem::listFolder(Gollem::$backend['dir']);
} catch (Horde_Exception $e) {
Expand Down

0 comments on commit af18a66

Please sign in to comment.