[pLog-svn] r3597 - plog/trunk/class/action/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jun 16 20:15:04 GMT 2006


Author: oscar
Date: 2006-06-16 20:15:04 +0000 (Fri, 16 Jun 2006)
New Revision: 3597

Modified:
   plog/trunk/class/action/admin/adminaddblogaction.class.php
Log:
the 'welcome' article was being shown in the summary, but it shouldn't


Modified: plog/trunk/class/action/admin/adminaddblogaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaddblogaction.class.php	2006-06-16 20:06:03 UTC (rev 3596)
+++ plog/trunk/class/action/admin/adminaddblogaction.class.php	2006-06-16 20:15:04 UTC (rev 3597)
@@ -142,6 +142,7 @@
             $article->setGlobalCategoryId( $globalArticleCategoryId );  // set the default ArticleGlobalCategory id to article
             $t = new Timestamp();
             $article->setDateObject( $t );
+			$article->setInSummary( false );
             $articles = new Articles();
             $articles->addArticle( $article );
             



More information about the pLog-svn mailing list