diff --git a/doc/rpm-build/post_install.php b/doc/rpm-build/post_install.php index b2a46b0916..f27dcf321e 100755 --- a/doc/rpm-build/post_install.php +++ b/doc/rpm-build/post_install.php @@ -260,6 +260,7 @@ if (file_exists($config['header']) && filesize($config['header']) >= 200) // def $GLOBALS['egw_info'] = array( 'flags' => array( 'noapi' => true, + 'currentapp' => 'login', // stop PHP Notice: Undefined index "currentapp" in pre 16.1 header ) ); include $config['header'];