On Fri, Feb 24, 2012 at 10:40 AM, Lists <li...@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

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to