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

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Apr 10 07:26:11 GMT 2006


Author: mark
Date: 2006-04-10 07:26:10 +0000 (Mon, 10 Apr 2006)
New Revision: 3213

Modified:
   plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php
Log:
A little bug fix!

Modified: plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php	2006-04-10 05:09:29 UTC (rev 3212)
+++ plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php	2006-04-10 07:26:10 UTC (rev 3213)
@@ -56,7 +56,7 @@
                 $category   = $categories->getBlogCategory( $categoryId );
 				if( $category ) {
 					// get how many blogs it has
-					$numBlogs = $category->getNumBlogs( BLOG_STATUS_ALL );
+					$numBlogs = $category->getNumBlogsCategory( BLOG_STATUS_ALL );
 					
 					// fire the pre-event
 					$this->notifyEvent( EVENT_PRE_DELETE_BLOG_CATEGORY, Array( "category" => &$category ));



More information about the pLog-svn mailing list