Oops, forgot to include

This commit is contained in:
Miles Lott 2003-11-26 13:51:58 +00:00
parent f1b4d8ea6a
commit e74021fc3c

View File

@ -25,6 +25,7 @@
if(file_exists('./header.inc.php'))
{
include('./header.inc.php');
if(function_exists('CreateObject'))
{
$GLOBALS['phpgw']->sessions = CreateObject('phpgwapi.sessions');