Extensions

- Missed a 'hooks' -> 'extensions' rename.
This commit is contained in:
Paul Beckingham 2011-04-21 23:52:06 -04:00
parent d08e1dab76
commit 76f11cb73c

View file

@ -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 <std::string> vars;