From 2d51601a15cab64f85c13ae1d24cc2601ff70bc3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 19 Aug 2009 16:36:34 -0600 Subject: [PATCH] Bug #8475: Fix parameter order --- framework/Core/lib/Horde/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 59b764193..6384126be 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -905,7 +905,7 @@ class Horde_Registry if ($checkPerms) { $tasks = Horde_LoginTasks::singleton($app); if (!empty($options['logintasks'])) { - $tasks->runTasks(Horde::selfUrl(true, true, true)); + $tasks->runTasks(false, Horde::selfUrl(true, true, true)); } } -- 2.11.0