From b067c87ab265f6d72b9e94f06e0fb103b1f97bb2 Mon Sep 17 00:00:00 2001 From: Sergey Romaneko Date: Thu, 25 Oct 2012 14:30:04 +0300 Subject: [PATCH] try to fix code format --- monstra/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monstra/bootstrap.php b/monstra/bootstrap.php index 3e5f560..eab1504 100644 --- a/monstra/bootstrap.php +++ b/monstra/bootstrap.php @@ -28,7 +28,7 @@ /** * Monstra requires PHP 5.2.0 or greater */ - if (version_compare(PHP_VERSION, "5.2.0", "<")) { + if (version_compare(PHP_VERSION, "5.2.0", "<")) { exit("Monstra requires PHP 5.2.0 or greater."); }