OSDN Git Service

MERGE: リビジョン1655などのマージ
authorsakamocchi <o-takashi@sakamocchi.jp>
Sat, 11 Feb 2012 14:41:41 +0000 (23:41 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Sat, 11 Feb 2012 14:41:41 +0000 (23:41 +0900)
MERGE: revision 1655

Just modify the comment for NucleusPlugin class.
http://nucleuscms.svn.sourceforge.net/viewvc/nucleuscms?view=revision&revision=1655

その他、マージし損ねてたNucleusPluginに対する修正をコミット。

nucleus/libs/PLUGIN.php

index 380715d..2b2f881 100644 (file)
  */
 abstract class NucleusPlugin
 {
-       // these final public functions _have_ to be redefined in your plugin
+       // these public functions should to be redefined in your plugin
        public function getName()
        {
-               return 'Undefined';
+               return __CLASS__;
        }
        
        public function getAuthor()