CRM-15764. Remove bogus opendir() call.
authorChris Burgess <chris@giantrobot.co.nz>
Mon, 29 Dec 2014 20:44:18 +0000 (09:44 +1300)
committerRohan Katkar <rohan.katkar@webaccessglobal.com>
Thu, 1 Jan 2015 11:27:29 +0000 (16:57 +0530)
commitf81c7606e5b91c1df39ad8c27b5a1ac6d8c3a2ab
treecc4be115b5d1c7c20e3b1d429e7ea52649f4418b
parent948d11bf08078fe173f573a9873561736610bc5f
CRM-15764. Remove bogus opendir() call.

opendir($cmsIncludePath) appears to have been used as is_dir(), not required since we check file_exists("$cmsIncludePath/file.xxx") and that indicates that the directory exists.
CRM/Utils/System/Drupal.php
CRM/Utils/System/Drupal6.php
CRM/Utils/System/WordPress.php