This package relies on Horde_Support_StringStream::.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 26 Oct 2009 15:46:24 +0000 (09:46 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 26 Oct 2009 17:38:35 +0000 (11:38 -0600)
framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php
framework/Stream_Wrapper/package.xml

index fba4b71..ce9e630 100644 (file)
@@ -46,7 +46,7 @@ class Horde_Stream_Wrapper_String
     {
         $options = stream_context_get_options($this->context);
         if (empty($options['horde-string']['string']) || ! $options['horde-string']['string'] instanceof Horde_Support_StringStream) {
-            throw new Exception('String streams must be created using the Horde_Stream_Wrapper_String_Factory class');
+            throw new Exception('String streams must be created using the Horde_Support_StringStream class');
         }
 
         $this->_string =& $options['horde-string']['string']->getString();
@@ -136,4 +136,5 @@ class Horde_Stream_Wrapper_String
 
         return true;
     }
+
 }
index 9a4de92..a97b932 100644 (file)
@@ -59,6 +59,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
    <pearinstaller>
     <min>1.7.0</min>
    </pearinstaller>
+   <package>
+    <name>Support</name>
+    <channel>pear.horde.org</channel>
+   </package>
   </required>
   <optional/>
  </dependencies>