From: <var...@us...> - 2014-11-26 10:41:59
|
Revision: 9379 http://sourceforge.net/p/phpwiki/code/9379 Author: vargenau Date: 2014-11-26 10:41:51 +0000 (Wed, 26 Nov 2014) Log Message: ----------- Remove unused variable Modified Paths: -------------- trunk/lib/plugin/DebugAuthInfo.php Modified: trunk/lib/plugin/DebugAuthInfo.php =================================================================== --- trunk/lib/plugin/DebugAuthInfo.php 2014-11-26 10:35:23 UTC (rev 9378) +++ trunk/lib/plugin/DebugAuthInfo.php 2014-11-26 10:41:51 UTC (rev 9379) @@ -110,7 +110,6 @@ } $table->pushContent($this->show_hash("User: Object of " . get_class($user), $userdata)); $group = &$request->getGroup(); - $groups = $group->getAllGroupsIn(); $groupdata = $this->obj2hash($group, array('_dbi', '_request', 'password', 'passwd')); unset($groupdata['request']); $table->pushContent($this->show_hash("Group: Object of " . get_class($group), $groupdata)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |