fix for bug [ 1257649 ] nextmatchs failed when listing categories with much sub-cat

This commit is contained in:
Ralf Becker 2005-11-23 23:44:20 +00:00
parent e676896faf
commit 50548b05f5

View File

@ -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
{