<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,8 +54,9 @@
 		public function feed_content($post) {
 			return $post-&gt;dialogue;
 		}
-		public function format_dialogue($text, $post) {
-			$post-&gt;dialogue_unformatted = $text;
+		public function format_dialogue($text, $post = null) {
+			if (isset($post))
+				$post-&gt;dialogue_unformatted = $text;
 
 			$split = explode(&quot;\n&quot;, $text);
 			$return = '&lt;ul class=&quot;dialogue&quot;&gt;';</diff>
      <filename>feathers/chat/chat.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7787f3e232b5f5fc4f0b7c1eced30db34cc92d6</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/3dbd3b2175574eee82e2609c7fba78671a638f42</url>
  <id>3dbd3b2175574eee82e2609c7fba78671a638f42</id>
  <committed-date>2008-07-15T08:10:43-07:00</committed-date>
  <authored-date>2008-07-15T08:10:43-07:00</authored-date>
  <message>Fixed Chat feather previewing [#160 state:resolved]</message>
  <tree>692b7f6969f5a9bbc0798c1d99126c77a0b77da2</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
