[pLog-svn] r2336 - plugins/trunk/moblog/class/moblog

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Jul 15 02:52:09 GMT 2005


Author: mark
Date: 2005-07-15 02:52:08 +0000 (Fri, 15 Jul 2005)
New Revision: 2336

Modified:
   plugins/trunk/moblog/class/moblog/moblogrequest.class.php
Log:
Forgot to return the $input string.

Modified: plugins/trunk/moblog/class/moblog/moblogrequest.class.php
===================================================================
--- plugins/trunk/moblog/class/moblog/moblogrequest.class.php	2005-07-14 22:01:15 UTC (rev 2335)
+++ plugins/trunk/moblog/class/moblog/moblogrequest.class.php	2005-07-15 02:52:08 UTC (rev 2336)
@@ -235,6 +235,8 @@
 	            } else {
 	            	return $input;
 	            }
+	        } else {
+	        	return $input;
 	        }
 	    }
 




More information about the pLog-svn mailing list