From 34124e687f434c9eab47638d3483a3dc2a5fc1ae Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Sun, 14 Dec 2014 17:09:12 +0100 Subject: [PATCH] Removed &nc --- webroot/test/test_issue52.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/test/test_issue52.php b/webroot/test/test_issue52.php index 45c3fa7..1ef6f28 100644 --- a/webroot/test/test_issue52.php +++ b/webroot/test/test_issue52.php @@ -22,7 +22,7 @@ $images = array( // For each image, apply these testcases -$nc = '&nc'; +$nc = null; //&nc'; $testcase = array( $nc . '&w=300&h=300&fill-to-fit', $nc . '&w=300&ar=1&fill-to-fit',