Plugin Directory

Changeset 745114


Ignore:
Timestamp:
07/23/2013 06:22:55 PM (13 years ago)
Author:
sebstein
Message:

fix another log warning when no activities were downloaded from G+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • g-crossposting/trunk/gplus-crosspost.php

    r744562 r745114  
    44    Plugin URI: http://wordpress.org/extend/plugins/g-crossposting/
    55    Description: Imports your public Google+ activities in your Wordpress blog.
    6     Version: 1.1.2
     6    Version: 1.1.3
    77    Author: Sebastian Stein
    88    Author URI: http://sebstein.hpfsc.de/
     
    226226
    227227    // check if we got errors
    228     if ($activities->error) {
     228    if (isset($activities, $activities->error)) {
    229229        return null;
    230230    }
Note: See TracChangeset for help on using the changeset viewer.