diff --git a/core/apc-service.class.inc.php b/core/apc-service.class.inc.php index 0d462f19f..ca541eb84 100644 --- a/core/apc-service.class.inc.php +++ b/core/apc-service.class.inc.php @@ -38,4 +38,5 @@ class ApcService { { return apc_store($key, $var, $ttl); } -} \ No newline at end of file +} +?> \ No newline at end of file