From abd89c436c53aa6f9a46a97de6e80cd9bf97d4d3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 6 Oct 2016 11:56:56 +0200 Subject: [PATCH] stop PHP Notice: Undefined index "currentapp" in pre 16.1 header --- doc/rpm-build/post_install.php | 1 + 1 file changed, 1 insertion(+) 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'];