[ phpweather-Bugs-613963 ] icons path in pw_images problems
Brought to you by:
iridium
From: <no...@so...> - 2002-09-24 18:18:22
|
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: Open Priority: 5 Submitted By: Christian Prior (chrisprior) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=613963&group_id=23245 |