Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-07-29 23:36:03 +0400
committerJakob Sack <kde@jakobsack.de>2011-07-29 23:36:03 +0400
commitbafd684eb694ed0bd86b46ff7cd36382c1cebc34 (patch)
treec3bb1e013d563263002d052eb41032076a36a5f9 /lib/hook.php
parent220132ca237f5077f5145bf327e8528a652ad559 (diff)
Renaming classes :-)
Diffstat (limited to 'lib/hook.php')
-rw-r--r--lib/hook.php2
1 files changed, 1 insertions, 1 deletions
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();
/**