[pLog-svn] r3601 - plog/trunk/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jun 17 21:46:06 GMT 2006


Author: jondaley
Date: 2006-06-17 21:46:06 +0000 (Sat, 17 Jun 2006)
New Revision: 3601

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
typo that caused a crash, non-existent variable name

Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-06-17 12:28:40 UTC (rev 3600)
+++ plog/trunk/class/dao/articles.class.php	2006-06-17 21:46:06 UTC (rev 3601)
@@ -930,7 +930,7 @@
                 $i = 1;
                     // check if there already is a blog with the same mangled name
                 while($this->getBlogArticleByTitle($slug,
-                                                   $newArticle->getBlog()))
+                                                   $article->getBlog()))
                 {
                     $i++;
                         // and if so, assign a new one



More information about the pLog-svn mailing list