diff --git a/application/forms/Dashboard/DashletForm.php b/application/forms/Dashboard/DashletForm.php
index c616307ba..d00381458 100644
--- a/application/forms/Dashboard/DashletForm.php
+++ b/application/forms/Dashboard/DashletForm.php
@@ -27,7 +27,7 @@ class DashletForm extends Form
         if (! $this->getSubmitLabel()) {
             $this->setSubmitLabel($this->translate('Add To Dashboard'));
         }
-        $this->setAction(URL::fromRequest());
+        $this->setAction(Url::fromRequest());
     }
 
     /**