From: Michael J. Rubinsky Date: Tue, 2 Feb 2010 16:25:04 +0000 (-0500) Subject: Fix file name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a78c84ae2c85c63cc33fdf950c17e7b094206436;p=horde.git Fix file name --- diff --git a/turba/lib/Driver.php b/turba/lib/Driver.php index aa9317e2d..e5b55bc22 100644 --- a/turba/lib/Driver.php +++ b/turba/lib/Driver.php @@ -1844,7 +1844,7 @@ class Turba_Driver { static $countries; if (!isset($countries)) { - include 'Horde/NLS/countries.php'; + include 'Horde/Nls/Countries.php'; } return isset($countries[$country]) ? $countries[$country] : $country;