Commit d4ed8f1a authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-998 Add 'default' as default sourceGab in Delete().

Released under the Affero GNU General Public License (AGPL) version 3.
parent 1b70c877
......@@ -92,7 +92,7 @@ abstract class ContactWorker {
* @access public
* @return void
*/
public function Delete($sourceGAB) {
public function Delete($sourceGAB = 'default') {
$targetFolderId = CONTACT_FOLDERID;
// gets a list of GABs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment