diff options
author | sembrestels <sembrestels@riseup.net> | 2011-10-13 09:16:46 +0200 |
---|---|---|
committer | sembrestels <sembrestels@riseup.net> | 2011-10-13 09:16:46 +0200 |
commit | c11554febd7626bd85f62572f021db4d91d589bc (patch) | |
tree | 2d138314c7bab9b56c1b56dc33a5c2ffc7cfcea6 /lib/dokuwiki/inc/auth | |
parent | 5eeb4ed7ed67ec5e3bf1167c859a1997dc0a49dd (diff) | |
download | elgg-c11554febd7626bd85f62572f021db4d91d589bc.tar.gz elgg-c11554febd7626bd85f62572f021db4d91d589bc.tar.bz2 |
Upgraded functions in dokuwiki modifications
Diffstat (limited to 'lib/dokuwiki/inc/auth')
-rw-r--r-- | lib/dokuwiki/inc/auth/elgg.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dokuwiki/inc/auth/elgg.class.php b/lib/dokuwiki/inc/auth/elgg.class.php index f8b575564..c0a291832 100644 --- a/lib/dokuwiki/inc/auth/elgg.class.php +++ b/lib/dokuwiki/inc/auth/elgg.class.php @@ -75,7 +75,7 @@ class auth_elgg extends auth_basic { if (!$user) return false; //error_log("getUserData:".$username); - $page_owner = page_owner_entity(); + $page_owner = elgg_get_page_owner_entity(); $grps = array(); if ($page_owner instanceof ElggGroup) { if ($page_owner->canEdit($user->getGUID())) { |