forked from extern/egroupware
fix for bug [ 1257649 ] nextmatchs failed when listing categories with much sub-cat
This commit is contained in:
parent
e676896faf
commit
50548b05f5
@ -28,9 +28,9 @@
|
||||
|
||||
function bocategories()
|
||||
{
|
||||
if ($_GET['appname'])
|
||||
if ($_REQUEST['appname'])
|
||||
{
|
||||
$this->cats =& CreateObject('phpgwapi.categories',-1,$_GET['appname']);
|
||||
$this->cats =& CreateObject('phpgwapi.categories',-1,$_REQUEST['appname']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user