Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev Small fix
  • Loading branch information
c-schmitz committed Mar 28, 2013
1 parent 13e26fb commit 9e4e632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/PluginManager/PluginBase.php
Expand Up @@ -98,7 +98,7 @@ public function getPluginSettings($getValues = true)

public static function getName()
{
return self::$name;
return static::$name;
}
/**
* Returns the plugin storage and takes care of
Expand Down

0 comments on commit 9e4e632

Please sign in to comment.