Merge pull request #4961 from pratikshad/core-bugs
[civicrm-core.git] / CRM / Contribute / Page / ContributionPage.php
index 3492ebf0affbfd5ab3eb5c7212afb66ae4bf9d28..6ccdf2d34e7b3e6eba320b6ba37cfb301709b1fe 100644 (file)
@@ -624,7 +624,7 @@ ORDER BY title asc
    *
    * @return int[]
    */
-  pubic function getCampaignIds() {
+  public function getCampaignIds() {
     // The unfiltered value from the session cannot be trusted, it needs to be
     // processed to get a clean array of positive integers.
     $ids = array();