summary refs log tree commit diff stats
path: root/theme/mwvms.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/mwvms.php')
-rw-r--r--theme/mwvms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/mwvms.php b/theme/mwvms.php
index a61064f..d00c824 100644
--- a/theme/mwvms.php
+++ b/theme/mwvms.php
@@ -13,7 +13,7 @@ $im = imagecreate(266, 66);
 $background = imagecolorallocate($im, 0, 0, 0);
 $text_color = imagecolorallocate($im, 255, 255, 255);
 // Add the text
-imagettftext($im, $fontsize, $angle, $x, $y, $text_color, $wsdata[1], $wsdata[0]);
+imagettftext($im, $fontsize, $angle, $x, $y, $text_color, $wsdata[2], $wsdata[0]);
 
 // Set the content-type
 header('Content-Type: image/png');