From 80de9f1461a49c8ece76e37889e97c45c4cf69fc Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Fri, 29 Nov 2013 10:00:06 +1300 Subject: [PATCH] Da fix! --- tests/PHPUnit/proxy/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php index 70e99b6fe6..712c0c1656 100644 --- a/tests/PHPUnit/proxy/index.php +++ b/tests/PHPUnit/proxy/index.php @@ -35,7 +35,7 @@ function loadAllPluginsButOneTheme() $themesNotToEnable = array('ExampleTheme', 'LeftMenu', 'PleineLune'); - $enableMorpheus = empty($_REQUEST['morpheus']); + $enableMorpheus = !empty($_REQUEST['morpheus']); if (!$enableMorpheus) { $themesNotToEnable[] = 'Morpheus'; } -- GitLab