Skip to content

Commit b25ab06

Browse files
committed
clean up ( xoops_wrapper.php )
1 parent f20ad4b commit b25ab06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xoops_trust_path/modules/xpwiki/class/func/xoops_wrapper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ function set_userinfo ($uid = NULL) {
7676
global $xoopsUser;
7777
$user = $xoopsUser;
7878
} else {
79-
$module_handler =& xoops_gethandler('module');
80-
$XoopsModule =& $module_handler->getByDirname($this->root->mydirname);
8179
$user_handler =& xoops_gethandler('user');
8280
$user =& $user_handler->get( $uid );
8381
}

0 commit comments

Comments
 (0)