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

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Apr 10 07:50:28 GMT 2006


Author: mark
Date: 2006-04-10 07:50:28 +0000 (Mon, 10 Apr 2006)
New Revision: 3215

Modified:
   plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php
Log:
Revert the change of rev 3123.

Modified: plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php	2006-04-10 07:36:15 UTC (rev 3214)
+++ plog/trunk/class/action/admin/admindeleteblogcategoryaction.class.php	2006-04-10 07:50:28 UTC (rev 3215)
@@ -56,7 +56,7 @@
                 $category   = $categories->getBlogCategory( $categoryId );
 				if( $category ) {
 					// get how many blogs it has
-					$numBlogs = $category->getNumBlogsCategory( BLOG_STATUS_ALL );
+					$numBlogs = $category->getNumBlogs( 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