resourceloader: Unbreak ResourceLoaderImageModule's rasterization
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 5 Jun 2015 22:26:56 +0000 (00:26 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 5 Jun 2015 22:33:51 +0000 (22:33 +0000)
Follow-up to 1fc57830e257f47ae0508899dc35b80674475859. Forgot to
update a method call.

Change-Id: I2b3113c853a37f802f781a848b495e036971710c

includes/resourceloader/ResourceLoaderContext.php

index 8eb5d8b..cee7035 100644 (file)
@@ -290,7 +290,7 @@ class ResourceLoaderContext {
                                return $this->imageObj;
                        }
 
-                       $image = $module->getImage( $this->image );
+                       $image = $module->getImage( $this->image, $this );
                        if ( !$image ) {
                                return $this->imageObj;
                        }