* (bug 1850) Additional fixes so existing local and remote images
[lhc/web/wiklou.git] / includes / SpecialUserlogout.php
index 0a34a8e..58da683 100644 (file)
@@ -9,7 +9,7 @@
  * constructor
  */
 function wfSpecialUserlogout() {
-       global $wgUser, $wgOut, $returnto;
+       global $wgUser, $wgOut;
 
        if (wfRunHooks('UserLogout', array(&$wgUser))) {