OSDN Git Service

fixed: constructor name
authorSotaro KARASAWA <sotarok@users.sourceforge.jp>
Sat, 8 Jan 2011 18:42:22 +0000 (03:42 +0900)
committerSotaro KARASAWA <sotarok@users.sourceforge.jp>
Sat, 8 Jan 2011 18:42:22 +0000 (03:42 +0900)
class/Plugin/Handle.php

index 8fe471b..7265286 100644 (file)
@@ -32,7 +32,7 @@ class Ethna_Plugin_Handle extends Ethna_Plugin_Abstract
      *
      *  @access public
      */
-    function Ethna_Plugin_Handle($controller, $type, $name)
+    function __construct($controller, $type, $name)
     {
         parent::__construct($controller, $type, $name);