declare the $_body instance variable - avoid warnings
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Dec 2008 05:53:19 +0000 (00:53 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Dec 2008 05:53:19 +0000 (00:53 -0500)
framework/Controller/lib/Horde/Controller/Response/Base.php

index 9f88dfb..7bfa836 100644 (file)
@@ -23,6 +23,8 @@
  */
 class Horde_Controller_Response_Base
 {
+    protected $_body = '';
+
     /**
      */
     public function send()