X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FForm%2FTask.php;h=be6cfefe4a94bf8e17b5e7a591f9f39bb50ee8e2;hb=c70fe6df65806594654d845249a7ad9152e3cac0;hp=fabfb659f0dfd7937d983ddf11a1d9f9a50977a2;hpb=d44c681d9105af668449d16d9f53832d7982f47e;p=civicrm-core.git diff --git a/CRM/Campaign/Form/Task.php b/CRM/Campaign/Form/Task.php index fabfb659f0..be6cfefe4a 100755 --- a/CRM/Campaign/Form/Task.php +++ b/CRM/Campaign/Form/Task.php @@ -1,7 +1,7 @@ controller->exportValues('Search'); $this->_task = $values['task']; @@ -132,7 +132,7 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form { } /** - * simple shell that derived classes can call to add buttons to + * Simple shell that derived classes can call to add buttons to * the form with a customized title for the main Submit * * @param string $title title of the main button @@ -141,9 +141,8 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form { * @param bool $submitOnce * * @return void - * @access public */ - function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) { + public function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) { $this->addButtons(array( array( 'type' => $nextType, @@ -158,4 +157,3 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form { ); } } -