Changeset 1167
- Timestamp:
- 11/18/2007 03:07:57 AM (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/libraries/MY_Controller.php
r1148 r1167 108 108 { 109 109 // Log fetching errors 110 Log::add('error', 'Error fetching remote feed ('.$ link.'): '.curl_error($curl));110 Log::add('error', 'Error fetching remote feed ('.$data['url'].'): '.curl_error($curl)); 111 111 } 112 112
