Bugs item #613963, was opened at 2002-09-24 20:18
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=613963&group_id=23245
Category: Output
Group: phpweather-2.x
>Status: Closed
Priority: 5
Submitted By: Christian Prior (chrisprior)
>Assigned to: Martin Geisler (gimpster)
Summary: icons path in pw_images problems
Initial Comment:
In case you set an icons_path when instanciating the
class phpweather you will notice that a call of
$icons->get_sky_image()
will use the icons_path set in defaults.php and not the
one from the array.
To have your methods access the correct class variable
change output/pw_images.php around line 362:
return $this->properties['icons_path'] .
becomes
return $this->weather->properties['icons_path'] .
Chris
----------------------------------------------------------------------
>Comment By: Martin Geisler (gimpster)
Date: 2003-03-05 21:04
Message:
Logged In: YES
user_id=104098
This should be fixed in version 2.1.1.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=613963&group_id=23245
|