Plugin Directory

Changeset 718986


Ignore:
Timestamp:
05/27/2013 05:39:59 PM (13 years ago)
Author:
stephen.pickett
Message:

Added forgotten @ sign in file_get_contents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thinktwit/trunk/thinktwit.php

    r718966 r718986  
    931931           
    932932                // Execute the API call using the created headers
    933                 $response = file_get_contents($url, false, $context);
     933                $response = @file_get_contents($url, false, $context);
    934934            }
    935935
Note: See TracChangeset for help on using the changeset viewer.