CRM_Utils_VersionCheck - Don't display warning on first login
authorTim Otten <totten@civicrm.org>
Wed, 27 Jan 2016 23:14:48 +0000 (15:14 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 27 Jan 2016 23:14:48 +0000 (15:14 -0800)
commit5716ece537eae6acf530927a5c15a052f964b82e
treec818e2324bb4e877da14d7c40af6ebba025983fa
parentf495667b76b36ae91e1f0ed912d3a00e8c67f0cb
CRM_Utils_VersionCheck - Don't display warning on first login

Using `$config->uploadDir` will trigger automatic setup for the dir.
Using `Civi::paths->getPath()` does not.
CRM/Utils/VersionCheck.php