setting defines for currentapp=login too

This commit is contained in:
Ralf Becker 2005-07-20 12:31:58 +00:00
parent 5156ab1024
commit 5e97b462c4

View File

@ -128,6 +128,10 @@ class egw
$this->load_optional_classes();
}
else // set the defines for login, in case it's more then just login
{
$this->define_egw_constants();
}
}
/**