add reset user rights from admin panel

This commit is contained in:
Nicolas Le Goff
2012-03-16 20:08:41 +01:00
parent 8b6bf7cff2
commit 00ca39126a
7 changed files with 423 additions and 221 deletions

View File

@@ -453,7 +453,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
//init core
if (null === self::$core)
{
self::$core = bootstrap::getCore();
self::$core = \bootstrap::getCore();
}
}