Plugin Directory

Changeset 194780


Ignore:
Timestamp:
01/17/2010 04:50:43 PM (16 years ago)
Author:
Ginchen
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • i-am-reading/trunk/includes/class.olBooks.php

    r194779 r194780  
    119119       
    120120        // use file_get_contents() if possible
    121         if ( ini_get('allow_url_fopen') == '1' ) {
     121        if ( ini_get('allow_url_fopen') == '1' && function_exists('file_get_contents') ) {
    122122           
    123123            $ol_json = file_get_contents($json_url);
Note: See TracChangeset for help on using the changeset viewer.