projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea7e215
)
-- fix for wrong pagetitle getting displayed for mailing pages
author
Ravish Nair
<ravish@ravish.(none)>
Tue, 19 Mar 2013 12:46:02 +0000
(18:16 +0530)
committer
Ravish Nair
<ravish@ravish.(none)>
Tue, 19 Mar 2013 12:46:02 +0000
(18:16 +0530)
CRM/Mailing/Page/Browse.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/Page/Browse.php
b/CRM/Mailing/Page/Browse.php
index afeee905fef2a2cec48a149f37f9e138548b4164..3ea830fc4088d89a9fcdd19fdbad30a6558be633 100644
(file)
--- a/
CRM/Mailing/Page/Browse.php
+++ b/
CRM/Mailing/Page/Browse.php
@@
-128,6
+128,8
@@
class CRM_Mailing_Page_Browse extends CRM_Core_Page {
$this->preProcess();
$newArgs = func_get_args();
+ // since we want only first function argument
+ $newArgs = $newArgs[0];
if (isset($_GET['runJobs']) || CRM_Utils_Array::value('2', $newArgs) == 'queue') {
$config = CRM_Core_Config::singleton();
CRM_Mailing_BAO_Job::runJobs_pre($config->mailerJobSize);