Fix messages of unfound tokens
[citadel.git] / webcit / static / t / files / graphicsupload.html
index 8caaef57644f0fd4548261461d4016e594ffb3f5..2e02e81e71b109df4a223ce74a2a9f3c134ee2f0 100644 (file)
@@ -3,7 +3,7 @@
 <form enctype="multipart/form-data" action='<?BSTR("__UPLURL")>' method="post" name="graphicsupload">
 
 <input type="hidden" name="nonce" value="<?NONCE>">
-<input type="hidden" name="which_room" value="<?ROOMNAME("U")>"><?_("You can upload an image directly from your computer")>
+<input type="hidden" name="which_room" value="<?THISROOM:NAME("U")>"><?_("You can upload an image directly from your computer")>
 <br><br>
 <?_("Please select a file to upload:")>
 <input type="file" name="filename" size="35">