From ee6829a449e8ca46a1bbbc47e0dbab60bf990407 Mon Sep 17 00:00:00 2001 From: kimitake Date: Sat, 3 Feb 2007 06:00:04 +0000 Subject: [PATCH] http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=40 fixed PostAddCategory event git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@180 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- nucleus/libs/ADMIN.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nucleus/libs/ADMIN.php b/nucleus/libs/ADMIN.php index e784017..2e19fcd 100755 --- a/nucleus/libs/ADMIN.php +++ b/nucleus/libs/ADMIN.php @@ -14,8 +14,8 @@ * * @license http://nucleuscms.org/license.txt GNU General Public License * @copyright Copyright (C) 2002-2006 The Nucleus Group - * @version $Id: ADMIN.php,v 1.12 2007-01-31 10:02:58 kimitake Exp $ - * @version $NucleusJP: ADMIN.php,v 1.11 2006/11/13 00:43:07 kimitake Exp $ + * @version $Id: ADMIN.php,v 1.13 2007-02-03 06:00:04 kimitake Exp $ + * @version $NucleusJP: ADMIN.php,v 1.12 2007/01/31 10:02:58 kimitake Exp $ */ require_once "showlist.php"; @@ -3290,6 +3290,9 @@ class ADMIN { $manager->notify( 'PostAddCategory', array( + 'blog' => &$blog, + 'name' => 'General', + 'description' => 'Items that do not fit in other categories', 'catid' => $catid ) ); -- 2.11.0