From 76f11cb73cfe82c00f9348ca13b8ed22183bae22 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 21 Apr 2011 23:52:06 -0400 Subject: [PATCH] Extensions - Missed a 'hooks' -> 'extensions' rename. --- src/Hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hooks.cpp b/src/Hooks.cpp index 9af042267..18337cfde 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -104,7 +104,7 @@ void Hooks::initialize () #endif // Allow a master switch to turn the whole thing off. - bool big_red_switch = context.config.getBoolean ("hooks"); + bool big_red_switch = context.config.getBoolean ("extensions"); if (big_red_switch) { std::vector vars;