Index: input.php
===================================================================
--- input.php	(revision 39bd44d0b742312ef17177fe66de11a8b26d0d0e)
+++ input.php	(revision 2c34a2ac4733fe1794bde66c5aea0dc8b85333bf)
@@ -261,5 +261,5 @@
 		$torrents = $xmlrpc->fetch();
 
-		if ( !$xmlrpc->setmrequest( array( "get_directory", "system.get_cwd" ) ) || !$xmlrpc->call() || !$xmlrpc->parse() ) {
+		if ( !$xmlrpc->setmrequest( array( "get_directory", "system.cwd" ) ) || !$xmlrpc->call() || !$xmlrpc->parse() ) {
 			$_SESSION["rtwi_err"] = $xmlrpc->geterrors();
 			header( "location: {$config["index"]}?mod=addtorrent}" );
