From: Jan Schneider Date: Fri, 8 Jan 2010 22:03:35 +0000 (+0100) Subject: Don't check permissions. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bb1757a14b562e3dc54a07d13a6b2936ea37e1c8;p=horde.git Don't check permissions. --- diff --git a/horde/test.php b/horde/test.php index eb9b6e28e..e0bbfc0d8 100644 --- a/horde/test.php +++ b/horde/test.php @@ -44,7 +44,7 @@ $app_version = $registry->getVersion($app); /* If we've gotten this far, we should have found enough of Horde to run * tests. Create the testing object. */ if ($app != 'horde') { - $registry->pushApp($app); + $registry->pushApp($app, array('check_perms' => false)); } $classname = ucfirst($app) . '_Test'; if (!class_exists($classname)) {