diff options
| author | Larry Meaney <larry_meaney@iname.com> | 2011-03-08 06:29:22 +0000 |
|---|---|---|
| committer | Larry Meaney <larry_meaney@iname.com> | 2011-03-08 06:29:22 +0000 |
| commit | 438f3298754581dab851440c73fbf8af1b4754ea (patch) | |
| tree | ac42cbbff0f89349960602108aa114db0586bef6 /medialist.php | |
| parent | 88cc4f064f451f1089b3d75c30f90c9fa14822a7 (diff) | |
| download | webtrees-438f3298754581dab851440c73fbf8af1b4754ea.tar.gz webtrees-438f3298754581dab851440c73fbf8af1b4754ea.tar.bz2 webtrees-438f3298754581dab851440c73fbf8af1b4754ea.zip | |
#731083 - medialist.php gives ERROR 8: Undefined index: Filtered_medialist
Diffstat (limited to 'medialist.php')
| -rw-r--r-- | medialist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/medialist.php b/medialist.php index a9c50a59f5..48fa6bb90e 100644 --- a/medialist.php +++ b/medialist.php @@ -86,7 +86,7 @@ if (empty($folder)) { } // If SESSION_medialist then it's a return -if (isset($_SESSION['Medialist'])) { +if (isset($_SESSION['Medialist']) && isset($_SESSION['Filtered_medialist']) ) { $show = "yes"; $search = "yes"; |
