From: Michael M Slusarz Date: Thu, 18 Feb 2010 22:06:43 +0000 (-0700) Subject: Need to define default value of ajaxView X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7d17d455cb0233ccb8027fb0ed60869630f6ee67;p=horde.git Need to define default value of ajaxView --- diff --git a/framework/Core/lib/Horde/Registry/Application.php b/framework/Core/lib/Horde/Registry/Application.php index 1ed11be6a..b4fc4ce61 100644 --- a/framework/Core/lib/Horde/Registry/Application.php +++ b/framework/Core/lib/Horde/Registry/Application.php @@ -13,6 +13,13 @@ class Horde_Registry_Application { /** + * Does this application support an ajax view? + * + * @var boolean + */ + public $ajaxView = false; + + /** * Does this application support a mobile view? * * @var boolean