CRM_Core_Page_File - Fix warning when using filename mode
authorTim Otten <totten@civicrm.org>
Fri, 22 Feb 2019 08:22:03 +0000 (00:22 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 22 Feb 2019 08:22:03 +0000 (00:22 -0800)
commitacac898bc26d2d9bec5fa41951e7f633e5f0da2c
treee380fb460020673f5e95b781e3486d845181076e
parent6fcdf74849448a602c331fac05821ee402e475b2
CRM_Core_Page_File - Fix warning when using filename mode

The idea here is that `id+eid+fcs` and `filename` are two separate modes.
In `filename` mode, you don't need warnings about the missing `fcs`.
CRM/Core/Page/File.php