Plugin Directory

Changeset 719897


Ignore:
Timestamp:
05/29/2013 02:07:13 PM (13 years ago)
Author:
Travelgrove
Message:

Minor bug fixed which appeared while error-reporting was on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • travel-search/tags/1.2.4/ajax/functions.php

    r712981 r719897  
    7575        return readRemoteFile($url, $headersString, $data_url);
    7676    }
    77     return array(   'content'   => file_get_contents (
     77    return array(   'content'   => @file_get_contents (
    7878                    $url,
    7979                    false,
Note: See TracChangeset for help on using the changeset viewer.