Details
-
Type: Task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: None
-
Labels:None
Description
Fix broken webtests in drupal 7
We need to change '&' to '?'
- $this->open($this->sboxPath . "civicrm/contact/add&reset=1&ct=Individual");
+ $this->open($this->sboxPath . "civicrm/contact/add?reset=1&ct=Individual");