--- drake.class.php-orig	2007-05-14 09:51:48.000000000 -0400
+++ drake.class.php	2007-05-14 09:52:26.000000000 -0400
@@ -132,9 +132,9 @@
 	 */
 	function getUrl($action = null, $application = null)
 	{
-		if ($this->isDrake() && isset($this->cakeApplicationId))
+		if ($this->isDrake() && isset($this->application))
 		{
-			$application = $this->cakeApplicationId;
+			$application = $this->application;
 		}
 		
 		$url = $this->drupalUrl . (isset($application) ? '/' . $application : '');
@@ -156,4 +156,4 @@
 	}
 }
 
-?>
\ No newline at end of file
+?>
