Skip to content

Commit

Permalink
fix for incorrect class name
Browse files Browse the repository at this point in the history
  • Loading branch information
George Ornbo committed Nov 17, 2009
1 parent b1ae817 commit 95ea3b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pi.weight_converter.php
Expand Up @@ -7,14 +7,14 @@
* ExpressionEngine by EllisLab is copyrighted software
* The licence agreement is available here http://expressionengine.com/docs/license.html
*
* File Oracle
* Weight Converter
*
* @category Plugins
* @package Weight Converter
* @version 1.0.0
* @since 0.1.0
* @author George Ornbo <george@shapeshed.com>
* @see {@link http://github.com/shapeshed/unit_converter.git/}
* @see {@link http://github.com/shapeshed/weight_converter.git/}
* @license {@link http://opensource.org/licenses/bsd-license.php}
*/

Expand Down Expand Up @@ -62,7 +62,7 @@ class Weight_converter{
* ExpressionEngine needs this as it is PHP4 based so doesn't get __construct()
* @access public
*/
public function Unit_converter()
public function Weight_converter()
{
$this->__construct();
}
Expand Down

0 comments on commit 95ea3b5

Please sign in to comment.