itip viewer is not working, so mark as such
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 25 Nov 2008 04:44:02 +0000 (21:44 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 25 Nov 2008 04:44:02 +0000 (21:44 -0700)
imp/lib/Mime/Viewer/itip.php

index ae5c67a..5b802bd 100644 (file)
 class IMP_Horde_Mime_Viewer_itip extends Horde_Mime_Viewer_Driver
 {
     /**
+     * Can this driver render various views?
+     * TODO: For right now, everything is disabled.
+     *
+     * @var boolean
+     */
+    protected $_capability = array(
+        'embedded' => false,
+        'full' => false,
+        'info' => false,
+        'inline' => false
+    );
+
+    /**
      * The messages to output to the user.
      *
      * @var array