From bafd684eb694ed0bd86b46ff7cd36382c1cebc34 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Fri, 29 Jul 2011 21:36:03 +0200 Subject: Renaming classes :-) --- lib/hook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hook.php') diff --git a/lib/hook.php b/lib/hook.php index 08b6d5e8b6b..b069a7da6c0 100644 --- a/lib/hook.php +++ b/lib/hook.php @@ -4,7 +4,7 @@ * This class manages the hooks. It basically provides two functions: adding * slots and emitting signals. */ -class OC_HOOK{ +class OC_Hook{ static private $registered = array(); /** -- cgit v1.2.3