Skip to content

Commit

Permalink
Fix php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 17, 2017
1 parent 0b349be commit 7349b5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/core/modules/modOauth.class.php
Expand Up @@ -139,6 +139,8 @@ function init($options='')
// Clean before activation
$this->remove($options);

return $this->_init($sql,$options);
$sql = array();

return $this->_init($sql, $options);
}
}

0 comments on commit 7349b5d

Please sign in to comment.