[pLog-svn] r3356 - plog/trunk

mark at devel.lifetype.net mark at devel.lifetype.net
Sun May 7 13:42:03 GMT 2006


Author: mark
Date: 2006-05-07 13:42:03 +0000 (Sun, 07 May 2006)
New Revision: 3356

Modified:
   plog/trunk/xmlrpc.php
Log:
It seems we forget declare $category as global variable in newPost(). So just fixed it.

http://bugs.lifetype.net/view.php?id=889

Modified: plog/trunk/xmlrpc.php
===================================================================
--- plog/trunk/xmlrpc.php	2006-05-07 10:35:07 UTC (rev 3355)
+++ plog/trunk/xmlrpc.php	2006-05-07 13:42:03 UTC (rev 3356)
@@ -45,7 +45,7 @@
 
     function newPost($args)
     {	    	
-	    global $users, $articles, $blogsG;
+	    global $users, $articles, $category, $blogsG;
         $appkey     = $args[0];
         $blogid     = $args[1];
         $username   = $args[2];



More information about the pLog-svn mailing list