Typo Fix
authoratif-shaikh <shaikh388@gmail.com>
Mon, 9 Feb 2015 08:20:02 +0000 (13:50 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Fri, 13 Feb 2015 06:44:46 +0000 (12:14 +0530)
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);
       }