diff --git a/superfish.module b/superfish.module index 060e6f3..0bca3f5 100644 --- a/superfish.module +++ b/superfish.module @@ -253,8 +253,8 @@ function superfish_library_check() { */ function superfish_library_version() { // Get the library version. - if (($directory = superfish_library_path()) && file_exists($directory . '/VERSION')) { - $version = file_get_contents($directory . '/VERSION'); + if (($directory = superfish_library_path()) && file_exists($directory . '/‎VERSION')) { + $version = file_get_contents($directory . '/‎VERSION'); if ($version === FALSE) { return NULL; }