Closed (cannot reproduce)
Project:
Cloud Zoom
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jan 2013 at 14:59 UTC
Updated:
26 Apr 2014 at 21:42 UTC
Jump to comment: Most recent
/**
* Internal Helper function to check if the required source code is present
*/
function _cloud_zoom_files_present() {
$path = drupal_get_path('module', 'cloud_zoom');
return (file_exists($path .'/cloud-zoom/cloud-zoom.1.0.2.min.js') && file_exists($path .'/cloud-zoom/cloud-zoom.css'));
}
Function checks for 1.0.2 version not for 1.0.3 as documentation says!
Comments
Comment #1
lsolesen commentedAs far as I can see this code is no longer present in the module. Please reopen if that is wrong?
Comment #2
nooysters commentedThis is still the case on line 85 of cloud_zoom.module