Thanks for your information. I'll give it a try next week.
Johannes Am 24.02.12 16:51, schrieb Chad:
On Fri, Feb 24, 2012 at 10:40 AM, Lists<[email protected]> 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
-- Johannes Weberhofer Weberhofer GmbH, Austria, Vienna _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
