<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>screen.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -66,7 +66,7 @@
 				$_POST['slug'],
 			    Post::check_url($_POST['slug']));
 		}
-		public function update() {
+		public function update($post) {
 			$post = new Post($_POST['id']);
 			
 			if(empty($_POST['description']))
@@ -86,14 +86,13 @@
 				$filename = $_POST['filename'];
 			}
 				
-			$post = new Post($_POST['id']);
-				$post-&gt;update(
-					array(&quot;title&quot; =&gt; $_POST['title'],
-			 			  &quot;description&quot; =&gt; $_POST['description'],
-						  &quot;filename&quot; =&gt; $filename,
-						  &quot;client&quot; =&gt; $_POST['client'],
-						  &quot;project_url&quot; =&gt; $_POST['project_url'],
-						  &quot;client_url&quot; =&gt; $_POST['client_url']));
+			$post-&gt;update(
+				array(&quot;title&quot; =&gt; $_POST['title'],
+	 			  &quot;description&quot; =&gt; $_POST['description'],
+				  &quot;filename&quot; =&gt; $filename,
+				  &quot;client&quot; =&gt; $_POST['client'],
+				  &quot;project_url&quot; =&gt; $_POST['project_url'],
+				  &quot;client_url&quot; =&gt; $_POST['client_url']));
 		}
 		public function title($post) {
 			if(!empty($post-&gt;client))
@@ -107,7 +106,7 @@
 		public function feed_content($post) {
 			return $post-&gt;description;
 		}
-		public function swfupload($post = null) {
+		public function swfupload($admin, $post = null) {
 			if (isset($post) and $post-&gt;feather != &quot;project&quot; or
 			    isset($_GET['feather']) and $_GET['feather'] != &quot;project&quot;) return;
 			Trigger::current()-&gt;call(&quot;prepare_swfupload&quot;, &quot;image&quot;, &quot;*.jpg;*.jpeg;*.png;*.gif;*.bmp&quot;);</diff>
      <filename>project.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7332ad6df5f80e76a91fc1e67dd1a83daebe8a50</id>
    </parent>
  </parents>
  <author>
    <name>Matt Pruitt</name>
    <email>guitsaru@gmail.com</email>
  </author>
  <url>http://github.com/guitsaru/project-feather/commit/241f559bb93519d0c491cfe185128d56d43725c0</url>
  <id>241f559bb93519d0c491cfe185128d56d43725c0</id>
  <committed-date>2008-08-06T12:09:19-07:00</committed-date>
  <authored-date>2008-08-06T12:09:19-07:00</authored-date>
  <message>Updated for chyrp v2.0 RC1.</message>
  <tree>87b4c6e859b608f00e93dcbf846da4a499f7e12e</tree>
  <committer>
    <name>Matt Pruitt</name>
    <email>guitsaru@gmail.com</email>
  </committer>
</commit>
