On Fri, Feb 24, 2012 at 10:40 AM, Lists lists@psycholutions.com wrote:
$image = Image::newFromName($backImage); if(is_object($image)): if($image->exists()==1): $backImage = $image->getUrl();
The Image class has been deprecated and removed for quite some time now. You'll want to use wfFile().
-Chad