Commit bc1f4cd4 authored by Sebastian Kummer's avatar Sebastian Kummer

ZO-71 Fixed space.

parent 5407bc5d
......@@ -665,7 +665,7 @@ class Request {
* @return boolean
*/
static public function HasOLPluginStats() {
return isset(self::$olPluginVersion) && isset(self::$olPluginBuild) && isset(self::$olPluginBuildDate);
return isset(self::$olPluginVersion) && isset(self::$olPluginBuild) && isset(self::$olPluginBuildDate);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment