Need to define default value of ajaxView
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Feb 2010 22:06:43 +0000 (15:06 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Feb 2010 22:56:04 +0000 (15:56 -0700)
framework/Core/lib/Horde/Registry/Application.php

index 1ed11be..b4fc4ce 100644 (file)
 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