Typo Fix
[civicrm-core.git] / CRM / Upgrade / Incremental / php / FourFour.php
index 79383f3eb5420e4d4b6bda0d9e937e478dd08e55..0a887b1258789ee0297f28e9553bf9a06d02a5c3 100644 (file)
@@ -382,7 +382,7 @@ ALTER TABLE civicrm_dashboard
     while ($dao->fetch()){
       $imageURL = $dao->image_url;
       $baseurl = CIVICRM_UF_BASEURL;
-      //CRM-15897 - gross hack for joomla we need to remove the administrator/
+      //CRM-15897 - gross hack for joomla to remove the administrator/
       if ($config->userFramework == 'Joomla') {
         $baseurl = str_replace("/administrator/", "/", $baseurl);
       }