E_ALL cleanups in Webservice apis
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
39 40 $this->hasCreateAccess = false; 40 41 $this->hasWriteAccess = false; 41 42 $this->hasDeleteAccess = false; 43 $this->allowDuplicates = false; changed this line in version 2 of the diff
567 569 } 568 570 569 571 public function isDuplicatesAllowed() { 570 if (!isset($this->allowDuplicates)) { 572 if (!isset($this->allowDuplicates) || $this->allowDuplicates == false) { changed this line in version 2 of the diff
mentioned in commit b9366cef