Skip to content
Snippets Groups Projects
Commit f11b423b authored by Daniel Korte's avatar Daniel Korte Committed by Joseph Olstad
Browse files

Issue #3262616 by Daniel Korte, poker10, Alina Basarabeanu: Deprecated...

Issue #3262616 by Daniel Korte, poker10, Alina Basarabeanu: Deprecated function: Optional parameter $path declared before required parameter $arg
parent bd41ffbd
Branches 7.x-1.x
Tags 7.x-1.3
No related merge requests found
......@@ -247,7 +247,7 @@ function _roleassign_sticky_roles($new_sticky_roles = NULL) {
*
* @return string|null
*/
function _roleassign_help($path = "admin/help#roleassign", $arg) {
function _roleassign_help($path = "admin/help#roleassign", $arg = array()) {
$perms = user_permission();
$variables['%Administer_users'] = $perms['administer users']['title'];
$variables['%Administer_permissions'] = $perms['administer permissions']['title'];
......
......@@ -127,7 +127,7 @@ function roleassign_user_operations() {
*
* @return string|null
*/
function roleassign_help($path = "admin/help#roleassign", $arg) {
function roleassign_help($path, $arg) {
_roleassign_module_load_include('admin.inc');
return _roleassign_help($path, $arg);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment