OSDN Git Service

http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=40
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sat, 3 Feb 2007 06:00:04 +0000 (06:00 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sat, 3 Feb 2007 06:00:04 +0000 (06:00 +0000)
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

index e784017..2e19fcd 100755 (executable)
@@ -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
                        )
                );