mcramer
2012-08-16 ab7597c7ec2d62aadf82c4c647d3dc63dae8de90
interface/lib/classes/aps_crawler.inc.php
@@ -61,7 +61,7 @@
            // Check if the cURL module is available
            if(!function_exists('curl_version')) throw new Exception('cURL is not available');
            
            // Check if used folders are writable (chmod 777)
            // Check if used folders are writable
            if($this->interface_mode)
            {
                if(!is_writable($this->interface_pkg_dir))