aboutsummaryrefslogtreecommitdiff
path: root/sp_compatibility_test.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2010-07-04 19:39:29 +0000
committercash <cash.costello@gmail.com>2010-07-04 19:39:29 +0000
commit16da0ce0f606397012c65950b07262fbecb2fc84 (patch)
tree4d504a62f679c3b0d307e95ca8d7a91634215afa /sp_compatibility_test.php
parent14025a5462c77d841801e00b2eda993bba62264d (diff)
downloadelgg-16da0ce0f606397012c65950b07262fbecb2fc84.tar.gz
elgg-16da0ce0f606397012c65950b07262fbecb2fc84.tar.bz2
brought the simplepie plugin up to Elgg coding standards
Diffstat (limited to 'sp_compatibility_test.php')
-rw-r--r--sp_compatibility_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sp_compatibility_test.php b/sp_compatibility_test.php
index 638a13cf0..0448aa01d 100644
--- a/sp_compatibility_test.php
+++ b/sp_compatibility_test.php
@@ -1,9 +1,9 @@
<?php
- // this is a quick hack of the compatibility script included with simple pie
+// this is a quick hack of the compatibility script included with simple pie
- // Load Elgg engine
- require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
+// Load Elgg engine
+require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '4.3.0', '>='));
$xml_ok = extension_loaded('xml');