Skip to content

Commit

Permalink
[console] Update DrupalApi class. (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Oct 30, 2017
1 parent b209e90 commit 8ec8a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/DrupalApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getVocabularies()
*
* @return array
*/
public function getRoles($reset=false, $authenticated=true, $anonymous=false)
public function getRoles($reset=false, $authenticated=false, $anonymous=false)
{
if ($reset || !$this->roles) {
$roles = $this->entityTypeManager->getStorage('user_role')->loadMultiple();
Expand Down

0 comments on commit 8ec8a99

Please sign in to comment.