Plugin Directory

Changeset 331586


Ignore:
Timestamp:
01/12/2011 05:34:15 AM (15 years ago)
Author:
rjune
Message:

Calling classname instead of construct causes Out Of Memory errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wunderground/branches/wordpress-weather/wordpress-weather.php

    r331573 r331586  
    2424class wordpressWeather extends WP_Widget {
    2525    function __construct() {
    26         parent::WP_Widget(false, $name = 'WP_Widget');
     26        parent::__construct(false, $name = 'WP_Widget');
    2727        add_shortcode('forecast', array(&$this, 'shortcode'));
    2828        //add_action('wp_head', array(&$this, 'css'));
Note: See TracChangeset for help on using the changeset viewer.