Skip to content

Commit

Permalink
Revert "Web\Hook: register('grapher') => GrapherHook"
Browse files Browse the repository at this point in the history
This reverts commit 4a89c2e.
  • Loading branch information
Alexander Fuhr committed Sep 11, 2014
1 parent 6cf8307 commit 65564cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Hook.php
Expand Up @@ -123,7 +123,7 @@ public static function createInstance($name, $key)
*/
private static function assertValidHook($instance, $name)
{
$base_class = self::$BASE_NS . ucfirst($name) . 'Hook';
$base_class = self::$BASE_NS . ucfirst($name);

if (strpos($base_class, self::$classSuffix) === false) {
$base_class .= self::$classSuffix;
Expand Down

0 comments on commit 65564cd

Please sign in to comment.